|
1 | 1 | ---
|
2 |
| -title: #Required; page title displayed in search results. Include the word "tutorial". Include the brand. |
3 |
| -description: #Required; article description that is displayed in search results. Include the word "tutorial". |
4 |
| -author: #Required; your GitHub user alias, with correct capitalization. |
5 |
| -ms.author: #Required; microsoft alias of author; optional team alias. |
6 |
| -ms.service: #Required; service per approved list. service slug assigned to your service by ACOM. |
| 2 | +title: Convert machine learning experimental code to production code. #Required; page title displayed in search results. Include the word "tutorial". Include the brand. |
| 3 | +description: Convert machine learning experimental code to production code using the MLOpsPython code template. #Required; article description that is displayed in search results. Include the word "tutorial". |
| 4 | +author: bjcmit #Required; your GitHub user alias, with correct capitalization. |
| 5 | +ms.author: brysmith #Required; microsoft alias of author; optional team alias. |
| 6 | +ms.service: machine-learning #Required; service per approved list. service slug assigned to your service by ACOM. |
7 | 7 | ms.topic: tutorial #Required
|
8 |
| -ms.date: #Required; mm/dd/yyyy format. |
| 8 | +ms.date: 01/28/2020; mm/dd/yyyy format. |
9 | 9 | ---
|
10 | 10 |
|
11 | 11 | <!---Recommended: Remove all the comments in this template before you
|
@@ -458,10 +458,10 @@ To get rid of evaluation, enable the switch to skip the evaluation step in the p
|
458 | 458 |
|
459 | 459 | Advance to the next article to learn how to create...
|
460 | 460 | > [!div class="nextstepaction"]
|
461 |
| -> [Monitor Azure ML experiment runs and metrics](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-track-experiments) |
462 |
| -> [Monitor and collect data from ML web service endpoints](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-enable-app-insight) |
463 |
| -> [Data Ingestion Overview] (https://docs.microsoft.com/en-us/azure/machine-learning/overview-data-ingestion) |
464 |
| -> [DevOps for a Data Ingestion Pipeline] (https://docs.microsoft.com/en-us/azure/machine-learning/how-to-cicd-data-ingestion |
| 461 | +> [Monitor Azure ML experiment runs and metrics](https://docs.microsoft.com/azure/machine-learning/how-to-track-experiments) |
| 462 | +> [Monitor and collect data from ML web service endpoints](https://docs.microsoft.com/azure/machine-learning/how-to-enable-app-insight) |
| 463 | +> [Data Ingestion Overview] (https://docs.microsoft.com/azure/machine-learning/overview-data-ingestion) |
| 464 | +> [DevOps for a Data Ingestion Pipeline] (https://docs.microsoft.com/azure/machine-learning/how-to-cicd-data-ingestion |
465 | 465 |
|
466 | 466 |
|
467 | 467 | <!--- Required:
|
|
0 commit comments