Exam Name: | Databricks Certified Machine Learning Associate Exam | ||
Exam Code: | Databricks-Machine-Learning-Associate Dumps | ||
Vendor: | Databricks | Certification: | ML Data Scientist |
Questions: | 74 Q&A's | Shared By: | eben |
Which of the following approaches can be used to view the notebook that was run to create an MLflow run?
A data scientist has produced three new models for a single machine learning problem. In the past, the solution used just one model. All four models have nearly the same prediction latency, but a machine learning engineer suggests that the new solution will be less time efficient during inference.
In which situation will the machine learning engineer be correct?
A data scientist has developed a random forest regressor rfr and included it as the final stage in a Spark MLPipeline pipeline. They then set up a cross-validation process with pipeline as the estimator in the following code block:
Which of the following is a negative consequence of includingpipelineas the estimator in the cross-validation process rather thanrfras the estimator?