Skip to content
MLA
Model Development
hard
Question 1 of 62

A data scientist builds a feature preprocessing pipeline using scikit-learn and wants to log it as a single MLflow model so that preprocessing is applied correctly at inference time. Which approach is correct?

ALog only the final estimator step of the pipeline using mlflow.sklearn.log_model(pipeline["clf"], artifact_path="model")
BLog the entire pipeline using mlflow.sklearn.log_model(pipeline, artifact_path="model")
CLog the scaler and model separately as two different MLflow model artifacts
DConvert the pipeline to ONNX format before logging with MLflow

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion