
Ultimate access to all questions.
You create an Azure Machine Learning workspace and need to implement an experiment from a Jupyter notebook using the Python SDK v2. The experiment must log string metrics.
Which method should you use to log the string metrics?
A
mlflow.log_artifact()_
B
mlflow.log.dict()
C
mlflow.log_metric()_
D
mlflow.log_text()_