You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-convert-ml-experiment-to-production.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
-
title: Convert machine learning experimental code to production code.
3
-
description: Convert machine learning experimental code to production code using the MLOpsPython code template.
2
+
title: Convert machine learning experiment code to production code
3
+
titleSuffix: Azure Machine Learning
4
+
description: Learn how to convert machine learning experimental code to production code using the MLOpsPython code template.
4
5
author: bjcmit
5
6
ms.author: brysmith
6
7
ms.service: machine-learning
7
8
ms.topic: tutorial
8
-
ms.date: 01/28/2020
9
+
ms.date: 02/10/2020
9
10
---
10
11
11
12
# Tutorial: Convert ML Experimental Code to Production Code
@@ -23,7 +24,7 @@ In this tutorial, you learn how to:
23
24
## Prerequisites
24
25
25
26
- Generate the [MLOpsPython template](https://github.com/microsoft/MLOpsPython/generate)
26
-
and use the `experimentation/Diabetes Ridge Regression Training.ipynb` and `experimentation/Diabetes Ridge Regression Scoring.ipynb` notebooks.
27
+
and use the `experimentation/Diabetes Ridge Regression Training.ipynb` and `experimentation/Diabetes Ridge Regression Scoring.ipynb` notebooks. These notebooks are used as an example of converting from experimentation to production.
27
28
- Install nbconvert. Follow only the installation instructions under the Installing nbconvert section on the [Installation](https://nbconvert.readthedocs.io/en/latest/install.html) page.
28
29
29
30
## Remove all nonessential code
@@ -394,8 +395,8 @@ To get rid of evaluation, set the DevOps pipeline variable `RUN_EVALUATION` in `
394
395
395
396
## Next steps
396
397
397
-
Advance to the next article to learn how to create...
398
+
Now that you understand how to convert from an experiment to production code, use the following links to learn how to monitor experiment runs and models deployed as web services:
399
+
398
400
> [!div class="nextstepaction"]
399
401
> [Monitor Azure ML experiment runs and metrics](https://docs.microsoft.com/azure/machine-learning/how-to-track-experiments)
400
402
> [Monitor and collect data fromML web service endpoints](https://docs.microsoft.com/azure/machine-learning/how-to-enable-app-insight)
401
-
> [DevOps for a Data Ingestion Pipeline](https://docs.microsoft.com/azure/machine-learning/how-to-cicd-data-ingestion
0 commit comments