Skip to content

Commit 9a9b42b

Browse files
committed
updating screenshot to use job's output page
1 parent dc135e0 commit 9a9b42b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/machine-learning/concept-mlflow-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mlflow.sklearn.log_model(sklearn_estimator, "classifier")
5959

6060
MLflow adopts the MLmodel format as a way to create a contract between the artifacts and what they represent. The MLmodel format stores assets in a folder. Among these assets, there's a file named `MLmodel`. this file is the single source of truth about how a model can be loaded and used.
6161

62-
The following screenshot shows a sample MLflow model's folder in the Azure Machine Learning studio. The model is placed in a folder called `credit_defaults_model`. There is no specific requirement on the naming of this folder. The folder contains the `MLmodel` file among other artifacts of the model.
62+
The following screenshot shows a sample MLflow model's folder in the Azure Machine Learning studio. The model is placed in a folder called `credit_defaults_model`. There is no specific requirement on the naming of this folder. The folder contains the `MLmodel` file among other model artifacts.
6363

6464
:::image type="content" source="media/concept-mlflow-models/mlflow-mlmodel.png" alt-text="A screenshot showing assets of a sample MLflow model, including the MLmodel file." lightbox="media/concept-mlflow-models/mlflow-mlmodel.png":::
6565

32.6 KB
Loading

0 commit comments

Comments
 (0)