Skip to content

Commit c5c3e01

Browse files
authored
Merge pull request #107178 from PeterCLu/plu-studio-notebook-deprecation
Add deprecation notice for Studio (classic) Notebooks
2 parents 469941f + 170ce44 commit c5c3e01

File tree

54 files changed

+263
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+263
-140
lines changed

articles/machine-learning/studio/ai-gallery-control-personal-data-dsr.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.reviewer: jmartens, mldocs
1616

1717
# View and delete in-product user data from Azure AI Gallery
1818

19+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
20+
1921
You can view and delete your in-product user data from Azure AI Gallery using the interface or AI Gallery Catalog API. This article tells you how.
2022

2123
[!INCLUDE [GDPR-related guidance](../../../includes/gdpr-dsr-and-stp-note.md)]
@@ -26,9 +28,9 @@ You can view and delete your in-product user data from Azure AI Gallery using th
2628

2729
You can view items you published through the Azure AI Gallery website UI. Users can view both public and unlisted solutions, projects, experiments, and other published items:
2830

29-
1. Sign in to the [Azure AI Gallery](https://gallery.azure.ai/).
30-
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
31-
3. The profile page displays all items published to the gallery, including unlisted entries.
31+
1. Sign in to the [Azure AI Gallery](https://gallery.azure.ai/).
32+
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
33+
3. The profile page displays all items published to the gallery, including unlisted entries.
3234

3335
## Use the AI Gallery Catalog API to view your data
3436

@@ -39,9 +41,9 @@ Catalog responses are returned in JSON format.
3941
### Get an author ID
4042
The author ID is based on the email address used when publishing to the Azure AI Gallery. It doesn't change:
4143

42-
1. Sign in to [Azure AI Gallery](https://gallery.azure.ai/).
43-
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
44-
3. The URL in the address bar displays the alphanumeric ID following `authorId=`. For example, for the URL:
44+
1. Sign in to [Azure AI Gallery](https://gallery.azure.ai/).
45+
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
46+
3. The URL in the address bar displays the alphanumeric ID following `authorId=`. For example, for the URL:
4547
`https://gallery.azure.ai/Home/Author?authorId=99F1F5C6260295F1078187FA179FBE08B618CB62129976F09C6AF0923B02A5BA`
4648
4749
Author ID:
@@ -53,12 +55,12 @@ You need an access token to view unlisted entities through the Catalog API. With
5355

5456
To get an access token, you need to inspect the `DataLabAccessToken` header of an HTTP request the browser makes to the Catalog API while logged in:
5557

56-
1. Sign in to the [Azure AI Gallery](https://gallery.azure.ai/).
57-
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
58-
3. Open the browser Developer Tools pane by pressing F12, select the Network tab, and refresh the page.
58+
1. Sign in to the [Azure AI Gallery](https://gallery.azure.ai/).
59+
2. Click the profile picture in the top-right corner, and then the account name to load your profile page.
60+
3. Open the browser Developer Tools pane by pressing F12, select the Network tab, and refresh the page.
5961
4. Filter requests on the string *catalog* by typing into the Filter text box.
60-
5. In requests to the URL `https://catalog.cortanaanalytics.com/entities`, find a GET request and select the *Headers* tab. Scroll down to the *Request Headers* section.
61-
6. Under the header `DataLabAccessToken` is the alphanumeric token. To help keep your data secure, don't share this token.
62+
5. In requests to the URL `https://catalog.cortanaanalytics.com/entities`, find a GET request and select the *Headers* tab. Scroll down to the *Request Headers* section.
63+
6. Under the header `DataLabAccessToken` is the alphanumeric token. To help keep your data secure, don't share this token.
6264

6365
### View user information
6466
Using the author ID you got in the previous steps, view information in a user's profile by replacing `[AuthorId]` in the following URL:
@@ -90,9 +92,9 @@ For example:
9092

9193
This query displays only public entities. To view all your entities, including unlisted ones, provide the access token obtained from the previous section.
9294

93-
1. Using a tool like [Postman](https://www.getpostman.com), create an HTTP GET request to the catalog URL as described in [Get your access token](#get-your-access-token).
94-
2. Create an HTTP request header called `DataLabAccessToken`, with the value set to the access token.
95-
3. Submit the HTTP request.
95+
1. Using a tool like [Postman](https://www.getpostman.com), create an HTTP GET request to the catalog URL as described in [Get your access token](#get-your-access-token).
96+
2. Create an HTTP request header called `DataLabAccessToken`, with the value set to the access token.
97+
3. Submit the HTTP request.
9698

9799
> [!TIP]
98100
> If unlisted entities are not showing up in responses from the Catalog API, the user may have an invalid or expired access token. Sign out of the Azure AI Gallery, and then repeat the steps in [Get your access token](#get-your-access-token) to renew the token.

articles/machine-learning/studio/algorithm-parameters-optimize.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 11/29/2017
1414
---
1515
# Choose parameters to optimize your algorithms in Azure Machine Learning Studio (classic)
1616

17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1719
This topic describes how to choose the right hyperparameter set for an algorithm in Azure Machine Learning Studio (classic). Most machine learning algorithms have parameters to set. When you train a model, you need to provide values for those parameters. The efficacy of the trained model depends on the model parameters that you choose. The process of finding the optimal set of parameters is known as *model selection*.
1820

1921

@@ -36,7 +38,7 @@ You can define the parameter set at the model initialization step. The parameter
3638

3739
![Two-class boosted decision tree, single parameter](./media/algorithm-parameters-optimize/fig2.png)
3840

39-
Alternately, you can define the maximum and minimum points of the grid and the total number of points to be generated with **Use Range Builder**. By default, the parameter values are generated on a linear scale. But if **Log Scale** is checked, the values are generated in the log scale (that is, the ratio of the adjacent points is constant instead of their difference). For integer parameters, you can define a range by using a hyphen. For example, 1-10 means that all integers between 1 and 10 (both inclusive) form the parameter set. A mixed mode is also supported. For example, the parameter set 1-10, 20, 50 would include integers 1-10, 20, and 50.
41+
Alternately, you can define the maximum and minimum points of the grid and the total number of points to be generated with **Use Range Builder**. By default, the parameter values are generated on a linear scale. But if **Log Scale** is checked, the values are generated in the log scale (that is, the ratio of the adjacent points is constant instead of their difference). For integer parameters, you can define a range by using a hyphen. For example, "1-10" means that all integers between 1 and 10 (both inclusive) form the parameter set. A mixed mode is also supported. For example, the parameter set "1-10, 20, 50" would include integers 1-10, 20, and 50.
4042

4143
![Two-class boosted decision tree, parameter range](./media/algorithm-parameters-optimize/fig3.png)
4244

articles/machine-learning/studio/azure-ml-customer-churn-scenario.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.custom: seodec18
1313
ms.date: 12/18/2017
1414
---
1515
# Analyze Customer Churn using Azure Machine Learning Studio (classic)
16+
17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1619
## Overview
1720
This article presents a reference implementation of a customer churn analysis project that is built by using Azure Machine Learning Studio (classic). In this article, we discuss associated generic models for holistically solving the problem of industrial customer churn. We also measure the accuracy of models that are built by using Machine Learning, and assess directions for further development.
1821

articles/machine-learning/studio/azure-ml-netsharp-reference-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 03/01/2018
1414
---
1515
# Guide to Net# neural network specification language for Azure Machine Learning Studio (classic)
1616

17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1719
Net# is a language developed by Microsoft that is used to define complex neural network architectures such as deep neural networks or convolutions of arbitrary dimensions. You can use complex structures to improve learning on data such as image, video, or audio.
1820

1921
You can use a Net# architecture specification in these contexts:

articles/machine-learning/studio/basics-infographic-with-algorithm-examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 03/04/2019
1414
---
1515
# Downloadable Infographic: Machine learning basics with algorithm examples
1616

17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1719
Download this easy-to-understand infographic overview of machine learning basics to learn about popular algorithms used to answer common machine learning questions. Algorithm examples help the machine learning beginner understand which algorithms to use and what they're used for.
1820

1921
## Popular algorithms in Machine Learning Studio (classic)

articles/machine-learning/studio/consume-web-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 06/02/2017
1414
---
1515
# How to consume an Azure Machine Learning Studio (classic) web service
1616

17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1719
Once you deploy an Azure Machine Learning Studio (classic) predictive model as a Web service, you can use a REST API to send it data and get predictions. You can send the data in real-time or in batch mode.
1820

1921
You can find more information about how to create and deploy a Machine Learning Web service using Machine Learning Studio (classic) here:

articles/machine-learning/studio/consuming-from-excel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ms.date: 02/01/2018
1414
---
1515
# Consuming an Azure Machine Learning Studio (classic) Web Service from Excel
1616

17-
Azure Machine Learning Studio (classic) makes it easy to call web services directly from Excel without the need to write any code.
17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
19+
Azure Machine Learning Studio (classic) makes it easy to call web services directly from Excel without the need to write any code.
1820

1921
If you are using Excel 2013 (or later) or Excel Online, then we recommend that you use the Excel [Excel add-in](excel-add-in-for-web-services.md).
2022

articles/machine-learning/studio/convert-training-experiment-to-scoring-experiment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 03/28/2017
1313
---
1414
# How to prepare your model for deployment in Azure Machine Learning Studio (classic)
1515

16+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
17+
1618
Azure Machine Learning Studio (classic) gives you the tools you need to develop a predictive analytics model and then operationalize it by deploying it as an Azure web service.
1719

1820
To do this, you use Studio (classic) to create an experiment - called a *training experiment* - where you train, score, and edit your model. Once you're satisfied, you get your model ready to deploy by converting your training experiment to a *predictive experiment* that's configured to score user data.

articles/machine-learning/studio/create-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 02/15/2019
1414
---
1515
# Create endpoints for deployed Azure Machine Learning Studio (classic) web services
1616

17+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
18+
1719
> [!NOTE]
1820
> This topic describes techniques applicable to a **Classic** Machine Learning web service.
1921

articles/machine-learning/studio/create-experiment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.date: 02/06/2019
1616

1717
# Quickstart: Create your first data science experiment in Azure Machine Learning Studio (classic)
1818

19+
[!INCLUDE [Notebook deprecation notice](../../../includes/aml-studio-notebook-notice.md)]
20+
1921
[!INCLUDE [Designer notice](../../../includes/designer-notice.md)]
2022

2123
In this quickstart, you create a machine learning experiment in [Azure Machine Learning Studio (classic)](what-is-ml-studio.md) that predicts the price of a car based on different variables such as make and technical specifications.
@@ -128,7 +130,7 @@ Now that the data is clean, we're ready to specify what features we're going to
128130

129131
## Define features
130132

131-
In machine learning, *features* are individual measurable properties of something youre interested in. In our dataset, each row represents one automobile, and each column is a feature of that automobile.
133+
In machine learning, *features* are individual measurable properties of something you're interested in. In our dataset, each row represents one automobile, and each column is a feature of that automobile.
132134

133135
Finding a good set of features for creating a predictive model requires experimentation and knowledge about the problem you want to solve. Some features are better for predicting the target than others. Some features have a strong correlation with other features and can be removed. For example, city-mpg and highway-mpg are closely related so we can keep one and remove the other without significantly affecting the prediction.
134136

0 commit comments

Comments
 (0)