Skip to content

Commit 3ead202

Browse files
Fixed typo
1 parent f7b7287 commit 3ead202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/tutorial-convert-ml-experiment-to-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-python
1313

1414
# Tutorial: Convert ML experiments to production Python code
1515

16-
In this tutorial, you learn how to convert Juptyer notebooks into Python scripts to make it testing and automation friendly using the MLOpsPython code template and Azure Machine Learning. Typically, this process is used to take experimentation / training code from a Juptyer notebook and convert it into Python scripts. Those scripts can then be used testing and CI/CD automation in your production environment.
16+
In this tutorial, you learn how to convert Jupyter notebooks into Python scripts to make it testing and automation friendly using the MLOpsPython code template and Azure Machine Learning. Typically, this process is used to take experimentation / training code from a Jupyter notebook and convert it into Python scripts. Those scripts can then be used testing and CI/CD automation in your production environment.
1717

1818
A machine learning project requires experimentation where hypotheses are tested with agile tools like Jupyter Notebook using real datasets. Once the model is ready for production, the model code should be placed in a production code repository. In some cases, the model code must be converted to Python scripts to be placed in the production code repository. This tutorial covers a recommended approach on how to export experimentation code to Python scripts.
1919

@@ -524,4 +524,4 @@ Now that you understand how to convert from an experiment to production code, se
524524

525525
+ [MLOpsPython](https://github.com/microsoft/MLOpsPython/blob/master/docs/custom_model.md): Build a CI/CD pipeline to train, evaluate and deploy your own model using Azure Pipelines and Azure Machine Learning
526526
+ [Monitor Azure ML experiment runs and metrics](./how-to-log-view-metrics.md)
527-
+ [Monitor and collect data from ML web service endpoints](./how-to-enable-app-insights.md)
527+
+ [Monitor and collect data from ML web service endpoints](./how-to-enable-app-insights.md)

0 commit comments

Comments
 (0)