Skip to content

Commit ebd06a7

Browse files
authored
Merge pull request #114331 from j-martens/master
Fixing file paths to avoid redirection
2 parents 37d56c0 + bce079e commit ebd06a7

27 files changed

+61
-675
lines changed

.openpublishing.redirection.json

Lines changed: 21 additions & 531 deletions
Large diffs are not rendered by default.

articles/data-factory/update-machine-learning-models.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ ms.topic: conceptual
1313
ms.date: 01/16/2018
1414
---
1515

16-
# Update Azure Machine Learning models by using Update Resource activity
16+
# Update ML Studio (classic)v models by using Update Resource activity
1717

1818
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1919

20-
This article complements the main Azure Data Factory - Azure Machine Learning integration article: [Create predictive pipelines using Azure Machine Learning and Azure Data Factory](transform-data-using-machine-learning.md). If you haven't already done so, review the main article before reading through this article.
20+
This article complements the main Azure Data Factory - ML Studio (classic)integration article: [Create predictive pipelines using Azure Machine Learning and Azure Data Factory](transform-data-using-machine-learning.md). If you haven't already done so, review the main article before reading through this article.
2121

2222
## Overview
23-
As part of the process of operationalizing Azure Machine Learning models, your model is trained and saved. You then use it to create a predictive Web service. The Web service can then be consumed in web sites, dashboards, and mobile apps.
23+
As part of the process of operationalizing ML Studio (classic) models, your model is trained and saved. You then use it to create a predictive Web service. The Web service can then be consumed in web sites, dashboards, and mobile apps.
2424

25-
Models you create using Machine Learning are typically not static. As new data becomes available or when the consumer of the API has their own data the model needs to be retrained. Refer to [Retrain a Machine Learning Model](../machine-learning/machine-learning-retrain-machine-learning-model.md) for details about how you can retrain a model in Azure Machine Learning.
25+
Models you create using Machine Learning are typically not static. As new data becomes available or when the consumer of the API has their own data the model needs to be retrained.
2626

2727
Retraining may occur frequently. With Batch Execution activity and Update Resource activity, you can operationalize the Azure Machine Learning model retraining and updating the predictive Web Service using Data Factory.
2828

2929
The following picture depicts the relationship between training and predictive Web Services.
3030

3131
![Web services](./media/update-machine-learning-models/web-services.png)
3232

33-
## Azure Machine Learning update resource activity
33+
## ML Studio (classic) update resource activity
3434

35-
The following JSON snippet defines an Azure Machine Learning Batch Execution activity.
35+
The following JSON snippet defines an ML Studio (classic) Batch Execution activity.
3636

3737
```json
3838
{

articles/data-factory/v1/data-factory-azure-ml-update-resource-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Over time, the predictive models in the Azure ML scoring experiments need to be
3939
1. Create an experiment in [Azure Machine Learning Studio (classic)](https://studio.azureml.net).
4040
2. When you are satisfied with the model, use Azure Machine Learning Studio (classic) to publish web services for both the **training experiment** and scoring/**predictive experiment**.
4141

42-
The following table describes the web services used in this example. See [Retrain Machine Learning models programmatically](../../machine-learning/machine-learning-retrain-models-programmatically.md) for details.
42+
The following table describes the web services used in this example. See [Retrain Machine Learning Studio (classic) models programmatically](../../machine-learning/studio/retrain-machine-learning-model.md) for details.
4343

4444
- **Training web service** - Receives training data and produces trained models. The output of the retraining is an .ilearner file in an Azure Blob storage. The **default endpoint** is automatically created for you when you publish the training experiment as a web service. You can create more endpoints but the example uses only the default endpoint.
4545
- **Scoring web service** - Receives unlabeled data examples and makes predictions. The output of prediction could have various forms, such as a .csv file or rows in an Azure SQL database, depending on the configuration of the experiment. The default endpoint is automatically created for you when you publish the predictive experiment as a web service.

articles/databox-online/azure-stack-edge-technical-specifications-compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A Field Programmable Gate Array (FPGA) is included on every Azure Stack Edge dev
3030

3131
| Specification | Value |
3232
|-------------------------|----------------------------|
33-
| FPGA | Intel Arria 10 <br> Available Deep Neural Network (DNN) models are the same as those [supported by cloud FPGA instances](https://docs.microsoft.com/azure/machine-learning/service/how-to-deploy-fpga-web-service#whats-supported-on-azure).|
33+
| FPGA | Intel Arria 10 <br> Available Deep Neural Network (DNN) models are the same as those [supported by cloud FPGA instances](https://docs.microsoft.com/azure/machine-learning/how-to-deploy-fpga-web-service#whats-supported-on-azure).|
3434

3535

3636
## Power supply unit specifications

articles/event-grid/event-schema-machine-learning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ The data object has the following properties for each event type:
263263

264264
* For an introduction to Azure Event Grid, see [What is Event Grid?](overview.md)
265265
* For more information about creating an Azure Event Grid subscription, see [Event Grid subscription schema](subscription-creation-schema.md)
266-
* For an introduction to using Azure Event Grid with Azure Machine Learning, see [Consume Azure Machine Learning events](/azure/machine-learning/service/concept-event-grid-integration)
267-
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/service/how-to-use-event-grid)
266+
* For an introduction to using Azure Event Grid with Azure Machine Learning, see [Consume Azure Machine Learning events](/azure/machine-learning/concept-event-grid-integration)
267+
* For an example of using Azure Event Grid with Azure Machine Learning, see [Create event driven machine learning workflows](/azure/machine-learning/how-to-use-event-grid)

articles/machine-learning/azure-machine-learning-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ See the [package website](https://azure.github.io/azureml-sdk-for-r) for complet
580580

581581
### Azure Machine Learning integration with Event Grid
582582

583-
Azure Machine Learning is now a resource provider for Event Grid, you can configure machine learning events through the Azure portal or Azure CLI. Users can create events for run completion, model registration, model deployment and data drift detected. These events can be routed to event handlers supported by Event Grid for consumption. See machine learning event [schema](https://docs.microsoft.com/azure/event-grid/event-schema-machine-learning), [concepts](https://docs.microsoft.com/azure/machine-learning/concept-event-grid-integration) and [tutorial](https://docs.microsoft.com/azure/machine-learning/how-to-use-event-grid) articles for more details.
583+
Azure Machine Learning is now a resource provider for Event Grid, you can configure machine learning events through the Azure portal or Azure CLI. Users can create events for run completion, model registration, model deployment and data drift detected. These events can be routed to event handlers supported by Event Grid for consumption. See machine learning event [schema](https://docs.microsoft.com/azure/event-grid/event-schema-machine-learning) and [tutorial](how-to-use-event-grid.md) articles for more details.
584584

585585
## 2019-10-31
586586

articles/machine-learning/breadcrumb/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
items:
2020
- name: Service
2121
tocHref: /azure/open-datasets/
22-
topicHref: /azure/machine-learning/service/index
22+
topicHref: /azure/machine-learning/index
2323
items:
2424
- name: Open Datasets
2525
tocHref: /azure/open-datasets/
@@ -35,7 +35,7 @@
3535
items:
3636
- name: Service
3737
tocHref: /azure/iot-edge/
38-
topicHref: /azure/machine-learning/service/index
38+
topicHref: /azure/machine-learning/index
3939
items:
4040
- name: IoT Edge
4141
tocHref: /azure/iot-edge/
@@ -51,7 +51,7 @@
5151
items:
5252
- name: Service
5353
tocHref: /azure/architecture/data-guide/technology-choices/
54-
topicHref: /azure/machine-learning/service/index
54+
topicHref: /azure/machine-learning/index
5555
items:
5656
- name: Data Architecture Guide
5757
tocHref: /azure/architecture/data-guide/
@@ -67,7 +67,7 @@
6767
items:
6868
- name: Service
6969
tocHref: /azure/devops/pipelines/
70-
topicHref: /azure/machine-learning/service/index
70+
topicHref: /azure/machine-learning/index
7171
items:
7272
- name: Pipelines
7373
tocHref: /azure/devops/pipelines/languages/

articles/machine-learning/concept-event-grid-integration.md

Lines changed: 0 additions & 100 deletions
This file was deleted.

articles/machine-learning/concept-model-management-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Azure ML gives you the capability to track the end-to-end audit trail of all of
148148
- [Interpretability](how-to-machine-learning-interpretability.md) allows you to explain your models, meet regulatory compliance, and understand how models arrive at a result for given input.
149149
- Azure ML Run history stores a snapshot of the code, data, and computes used to train a model.
150150
- The Azure ML Model Registry captures all of the metadata associated with your model (which experiment trained it, where it is being deployed, if its deployments are healthy).
151-
- [Integration with Azure Event Grid](concept-event-grid-integration.md) allows you to act on events in the ML lifecycle. For example, model registration, deployment, data drift, and training (run) events.
151+
- [Integration with Azure](how-to-use-event-grid.md) allows you to act on events in the ML lifecycle. For example, model registration, deployment, data drift, and training (run) events.
152152

153153
> [!TIP]
154154
> While some information on models and datasets is automatically captured, you can add additional information by using __tags__. When looking for registered models and datasets in your workspace, you can use tags as a filter.

articles/machine-learning/how-to-select-algorithms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ You can also use the [Permutation Feature Importance module](https://docs.micros
145145

146146
## Next steps
147147

148-
- [Learn more about Azure Machine Learning designer](https://docs.microsoft.com/azure/machine-learning/service/concept-designer?WT.mc_id=docs-article-lazzeri)
148+
- [Learn more about Azure Machine Learning designer](https://docs.microsoft.com/azure/machine-learning/concept-designer?WT.mc_id=docs-article-lazzeri)
149149
- For descriptions of all the machine learning algorithms available in Azure Machine Learning designer, see [Machine Learning designer algorithm and module reference](https://docs.microsoft.com/azure/machine-learning/algorithm-module-reference/module-reference?WT.mc_id=docs-article-lazzeri)
150-
- To explore the relationship between deep learning, machine learning, and AI, see [Deep Learning vs. Machine Learning](https://docs.microsoft.com/azure/machine-learning/service/concept-deep-learning-vs-machine-learning?WT.mc_id=docs-article-lazzeri)
150+
- To explore the relationship between deep learning, machine learning, and AI, see [Deep Learning vs. Machine Learning](https://docs.microsoft.com/azure/machine-learning/concept-deep-learning-vs-machine-learning?WT.mc_id=docs-article-lazzeri)

0 commit comments

Comments
 (0)