Which of the following code blocks will accomplish this task inside of an existing MLflow run block?

A machine learning engineer wants to log feature importance data from a CSV file at path importance_path with an MLflow run for model model.

Which of the following code blocks will accomplish this task inside of an existing MLflow run block?
A .


B .

C . mlflow.log_data(importance_path, "feature-importance.csv")
D . mlflow.log_artifact(importance_path, "feature-importance.csv")
E . None of these code blocks tan accomplish the task.

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments