0
0
MLOpsdevops~5 mins

ML lifecycle stages in MLOps - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first stage in the ML lifecycle?
The first stage is Data Collection. This is where raw data is gathered from various sources to be used for training the machine learning model.
Click to reveal answer
beginner
Explain the purpose of the Data Preparation stage in the ML lifecycle.
Data Preparation involves cleaning, transforming, and organizing the collected data so it is ready for training. This step ensures the data quality is good and suitable for the model.
Click to reveal answer
beginner
What happens during the Model Training stage?
In Model Training, the machine learning algorithm learns patterns from the prepared data by adjusting its parameters to minimize errors.
Click to reveal answer
beginner
Why is Model Evaluation important in the ML lifecycle?
Model Evaluation checks how well the trained model performs on new, unseen data. It helps decide if the model is good enough or needs improvement.
Click to reveal answer
beginner
What is the role of Deployment in the ML lifecycle?
Deployment is when the trained and evaluated model is put into a real environment where it can make predictions on live data.
Click to reveal answer
Which stage involves cleaning and organizing data before training?
AData Preparation
BModel Training
CDeployment
DData Collection
What is the main goal of Model Evaluation?
ATo check model performance on new data
BTo gather raw data
CTo deploy the model
DTo train the model
During which stage is the model actually created by learning from data?
AData Collection
BModel Evaluation
CDeployment
DModel Training
What happens in the Deployment stage?
AModel is tested on new data
BModel is put into production to make predictions
CData is collected
DData is cleaned
Which stage comes right after Data Collection?
AModel Training
BDeployment
CData Preparation
DModel Evaluation
Describe the main stages of the ML lifecycle and their purpose.
Think about what happens from getting data to using the model in real life.
You got /5 concepts.
    Why is it important to evaluate a machine learning model before deployment?
    Consider the risks of using a model that is not tested well.
    You got /4 concepts.