Skip to content

Commit 10cbf9f

Browse files
committed
updating headings
1 parent e86d7c6 commit 10cbf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-log-view-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ mlflow.autolog()
299299
> [!TIP]
300300
> You can control what gets automatically logged with autolog. For instance, if you indicate `mlflow.autolog(log_models=False)`, MLflow logs everything but models for you. Such control is useful in cases where you want to log models manually but still enjoy automatic logging of metrics and parameters. Also notice that some frameworks might disable automatic logging of models if the trained model goes beyond specific boundaries. Such behavior depends on the flavor used and we recommend that you view the documentation if this is your case.
301301
302-
## View jobs/runs information with MLflow
302+
## View information about jobs or runs with MLflow
303303
304304
You can view the logged information using MLflow through the [MLflow.entities.Run](https://mlflow.org/docs/latest/python_api/mlflow.entities.html#mlflow.entities.Run) object:
305305
@@ -342,7 +342,7 @@ file_path = client.download_artifacts("<RUN_ID>", path="feature_importance_weigh
342342
343343
For more information, please refer to [Getting metrics, parameters, artifacts and models](how-to-track-experiments-mlflow.md#get-metrics-parameters-artifacts-and-models).
344344
345-
## View jobs/runs information in the studio
345+
## View information about jobs or runs in the studio
346346
347347
You can browse completed job records, including logged metrics, in the [Azure Machine Learning studio](https://ml.azure.com).
348348

0 commit comments

Comments
 (0)