Skip to content

Commit 9332035

Browse files
author
Larry
committed
tweaks, renaming file to tutorial, and wiring up toc
1 parent 0f07023 commit 9332035

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

articles/machine-learning/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
- name: Batch score a classification model
5252
displayName: pipelines
5353
href: tutorial-pipeline-batch-scoring-classification.md
54+
- name: Go from experiment to production
55+
displayName: mlops, mlopspython, production
56+
href: tutorial-convert-ml-experiment-to-production.md
5457
- name: R SDK
5558
items:
5659
- name: Create first ML experiment (R)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
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.
45
author: bjcmit
56
ms.author: brysmith
67
ms.service: machine-learning
78
ms.topic: tutorial
8-
ms.date: 01/28/2020
9+
ms.date: 02/10/2020
910
---
1011

1112
# Tutorial: Convert ML Experimental Code to Production Code
@@ -23,7 +24,7 @@ In this tutorial, you learn how to:
2324
## Prerequisites
2425

2526
- 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.
2728
- Install nbconvert. Follow only the installation instructions under the Installing nbconvert section on the [Installation](https://nbconvert.readthedocs.io/en/latest/install.html) page.
2829

2930
## Remove all nonessential code
@@ -394,8 +395,8 @@ To get rid of evaluation, set the DevOps pipeline variable `RUN_EVALUATION` in `
394395
395396
## Next steps
396397

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+
398400
> [!div class="nextstepaction"]
399401
> [Monitor Azure ML experiment runs and metrics](https://docs.microsoft.com/azure/machine-learning/how-to-track-experiments)
400402
> [Monitor and collect data from ML 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

Comments
 (0)