Ultimate access to all questions.
A Data Scientist is working on calculating the importance of features as part of an MLFlow Run. The feature importance values are stored in a pandas dataframe named importance_df
and are being written as a CSV to a DBFS location at importance_path
. They wish to log these values with their active MLFlow run. Which of the following lines of code should the data scientist use to log the feature importance values with their MLFlow run?
Choose only ONE best answer.