diff --git a/doc/user/project/ml/experiment_tracking/_index.md b/doc/user/project/ml/experiment_tracking/_index.md index 07a345d10658b493bc6d74d65d99ca659f9168aa..82ca4e4a285a4c1c59b4eb7b9b54522302c6f253 100644 --- a/doc/user/project/ml/experiment_tracking/_index.md +++ b/doc/user/project/ml/experiment_tracking/_index.md @@ -32,19 +32,19 @@ short-lived (results from hyperparameter tuning triggered by a merge request), but usually hold model runs that have a similar set of parameters measured by the same metrics. - + ## Model run A model run is a variation of the training of a machine learning model, that can be eventually promoted to a version of the model. - + The goal of a data scientist is to find the model run whose parameter values lead to the best model performance, as indicated by the given metrics. - + Some example parameters: @@ -76,7 +76,7 @@ Trial artifacts are saved as packages. After an artifact is logged for a run, al You can associate runs to the CI job that created them, allowing quick links to the merge request, pipeline, and user that triggered the pipeline: - + ## View logged metrics @@ -89,4 +89,4 @@ To view logged metrics: 1. Select the experiment you want to view. 1. Select the **Performance** tab. - + diff --git a/doc/user/project/ml/experiment_tracking/img/experiments.png b/doc/user/project/ml/experiment_tracking/img/experiments_v17_9.png similarity index 100% rename from doc/user/project/ml/experiment_tracking/img/experiments.png rename to doc/user/project/ml/experiment_tracking/img/experiments_v17_9.png diff --git a/doc/user/project/ml/experiment_tracking/img/metrics.png b/doc/user/project/ml/experiment_tracking/img/metrics_v17_10.png similarity index 100% rename from doc/user/project/ml/experiment_tracking/img/metrics.png rename to doc/user/project/ml/experiment_tracking/img/metrics_v17_10.png diff --git a/doc/user/project/ml/experiment_tracking/img/run_detail_ci.png b/doc/user/project/ml/experiment_tracking/img/run_detail_ci_v17_9.png similarity index 100% rename from doc/user/project/ml/experiment_tracking/img/run_detail_ci.png rename to doc/user/project/ml/experiment_tracking/img/run_detail_ci_v17_9.png diff --git a/doc/user/project/ml/experiment_tracking/img/run.png b/doc/user/project/ml/experiment_tracking/img/run_v17_9.png similarity index 100% rename from doc/user/project/ml/experiment_tracking/img/run.png rename to doc/user/project/ml/experiment_tracking/img/run_v17_9.png diff --git a/doc/user/project/ml/experiment_tracking/img/runs.png b/doc/user/project/ml/experiment_tracking/img/runs_v17_9.png similarity index 100% rename from doc/user/project/ml/experiment_tracking/img/runs.png rename to doc/user/project/ml/experiment_tracking/img/runs_v17_9.png