Skip to content
MLP
Model Development
medium
Question 3 of 88

A machine learning engineer needs to include a custom helper module preprocessing_utils.py when logging a scikit-learn model to MLflow for serving. Which mlflow.sklearn.log_model() parameter should they use?

Aextra_pip_requirements=["preprocessing_utils.py"]
Bpip_requirements=["preprocessing_utils.py"]
Ccode_path=["path/to/preprocessing_utils.py"]
Dartifacts={"utils": "path/to/preprocessing_utils.py"}

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