Skip to content

Commit ff396e8

Browse files
Merge pull request #269701 from cdpark/msakande-query-mlflow
User Story 229636: Q&M: Azure Machine Learning freshness updates - Query MLflow
2 parents 26912ca + 0faa721 commit ff396e8

File tree

3 files changed

+55
-58
lines changed

3 files changed

+55
-58
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
@@ -236,7 +236,7 @@ tags = run.data.tags
236236
>[!NOTE]
237237
> The metrics dictionary returned by `mlflow.get_run` or `mlflow.search_runs` only returns the most recently logged value for a given metric name. For example, if you log a metric called `iteration` multiple times with values, *1*, then *2*, then *3*, then *4*, only *4* is returned when calling `run.data.metrics['iteration']`.
238238
>
239-
> To get all metrics logged for a particular metric name, you can use `MlFlowClient.get_metric_history()` as explained in the example [Getting params and metrics from a run](how-to-track-experiments-mlflow.md#getting-params-and-metrics-from-a-run).
239+
> To get all metrics logged for a particular metric name, you can use `MlFlowClient.get_metric_history()` as explained in the example [Getting params and metrics from a run](how-to-track-experiments-mlflow.md#get-params-and-metrics-from-a-run).
240240
241241
<a name="view-the-experiment-in-the-web-portal"></a>
242242
@@ -256,7 +256,7 @@ This method lists all the artifacts logged in the run, but they remain stored in
256256
file_path = client.download_artifacts("<RUN_ID>", path="feature_importance_weight.png")
257257
```
258258
259-
For more information, please refer to [Getting metrics, parameters, artifacts and models](how-to-track-experiments-mlflow.md#getting-metrics-parameters-artifacts-and-models).
259+
For more information, please refer to [Getting metrics, parameters, artifacts and models](how-to-track-experiments-mlflow.md#get-metrics-parameters-artifacts-and-models).
260260
261261
## View jobs/runs information in the studio
262262

0 commit comments

Comments
 (0)