Which of the following lines of code can they use to accomplish this task?

A data scientist would like to enable MLflow Autologging for all machine learning libraries used in a notebook. They want to ensure that MLflow Autologging is used no matter what version of the Databricks Runtime for Machine Learning is used to run the notebook and no matter what workspace-wide configurations are selected in the Admin Console.

Which of the following lines of code can they use to accomplish this task?
A . mlflow.sklearn.autolog()
B . mlflow.spark.autolog()
C . spark.conf.set(“autologging”, True)
D . It is not possible to automatically log MLflow runs.
E . mlflow.autolog()

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments