ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 24 - Professional Machine Learning Engineer discussion

Report
Export

You recently joined a machine learning team that will soon release a new project. As a lead on the project, you are asked to determine the production readiness of the ML components. The team has already tested features and data, model development, and infrastructure. Which additional readiness check should you recommend to the team?

A.
Ensure that training is reproducible
Answers
A.
Ensure that training is reproducible
B.
Ensure that all hyperparameters are tuned
Answers
B.
Ensure that all hyperparameters are tuned
C.
Ensure that model performance is monitored
Answers
C.
Ensure that model performance is monitored
D.
Ensure that feature expectations are captured in the schema
Answers
D.
Ensure that feature expectations are captured in the schema
Suggested answer: C

Explanation:

Monitoring model performance is an essential part of production readiness, as it allows the team to detect and address any issues that may arise after deployment, such as data drift, model degradation, or errors.

Other Options:

A) Ensuring that training is reproducible is important for model development, but not necessarily for production readiness. Reproducibility helps the team to track and compare different experiments, but it does not guarantee that the model will perform well in production.

B) Ensuring that all hyperparameters are tuned is also important for model development, but not sufficient for production readiness. Hyperparameter tuning helps the team to find the optimal configuration for the model, but it does not account for the dynamic and changing nature of the production environment.

D) Ensuring that feature expectations are captured in the schema is a part of testing features and data, which the team has already done. The schema defines the expected format, type, and range of the features, and helps the team to validate and preprocess the data.

asked 18/09/2024
Jebaz Norton
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first