Skip to content

Commit ef74488

Browse files
committed
Add edits
1 parent 35a9d84 commit ef74488

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

articles/machine-learning/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ items:
301301
- name: Connect to data (UI)
302302
displayName: blob, get, fileshare, access, mount, download, data lake, datastore, dataset, data set
303303
href: ./v1/how-to-connect-data-ui.md
304+
- name: Enable log metrics
305+
href: ./v1/how-to-track-designer-experiments.md
304306
- name: Manage & consume data
305307
items:
306308
- name: Train with datasets

articles/machine-learning/v1/how-to-deploy-model-designer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: UpdateFrequency5, deploy, studio, designer
1717

1818
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
1919

20-
In this article, you learn how to deploy a designer model as an online (real-time) endpoint in Azure Machine Learning studio.
20+
In this article, you learn how to deploy a designer model as a real-time, online endpoint in Azure Machine Learning studio.
2121

2222
Once registered or downloaded, you can use designer trained models just like any other model. Exported models can be deployed in use cases such as internet of things (IoT) and local deployments.
2323

@@ -28,9 +28,9 @@ Deployment in the studio consists of the following steps:
2828
1. (Optional) Configure the entry script.
2929
1. Deploy the model to a compute target.
3030

31-
You can also deploy models directly in the designer to skip model registration and file download steps. This can be useful for rapid deployment. For more information, see [Deploy a model with the designer](tutorial-designer-automobile-price-deploy.md).
31+
You can also deploy models directly in the designer to skip model registration and file-download steps. This can be useful for rapid deployment. For more information, see [Tutorial: Deploy a machine learning model using designer](tutorial-designer-automobile-price-deploy.md).
3232

33-
Models trained in the designer can also be deployed through the SDK or command-line interface (CLI). For more information, see [Deploy your existing model with Azure Machine Learning](how-to-deploy-and-where.md).
33+
Models trained in the designer can also be deployed through the SDK or command-line interface (CLI). For more information, see [Deploy machine learning models to Azure](how-to-deploy-and-where.md).
3434

3535
## Prerequisites
3636

@@ -58,7 +58,7 @@ After the training pipeline completes, register the trained model to your Azure
5858

5959
1. Select the **Outputs + logs** tab in the details pane.
6060

61-
1. Select **+ Register model**.
61+
1. Select **Register model**.
6262

6363
:::image type="content" source="./media/how-to-deploy-model-designer/train-model-right-pane.png" alt-text="Screenshot of right pane of Train Model component." lightbox="./media/how-to-deploy-model-designer/train-model-right-pane.png":::
6464

@@ -278,7 +278,7 @@ def run(data):
278278

279279
For **Wide & Deep Recommender** and **Vowpal Wabbit** models, you can configure the scoring mode parameter by using the following methods:
280280

281-
- The parameter names are the lowercase and underscore combinations of parameter names for [Score Vowpal Wabbit Model](../algorithm-module-reference/score-vowpal-wabbit-model.md) and [Score Wide and Deep Recommender](../algorithm-module-reference/score-wide-and-deep-recommender.md);
281+
- The parameter names are the lowercase and underscore combinations of parameter names for [Score Vowpal Wabbit Model](../algorithm-module-reference/score-vowpal-wabbit-model.md) and [Score Wide and Deep Recommender](../algorithm-module-reference/score-wide-and-deep-recommender.md).
282282
- Mode-type parameter values are strings of the corresponding option names. Take **Recommender prediction kind** in the preceding codes as an example, the value can be `'Rating Prediction'`or `'Item Recommendation'`. Other values aren't allowed.
283283

284284
For **SVD Recommender** trained model, the parameter names and values might be less obvious, and you can look up the following tables to decide how to set parameters.

articles/machine-learning/v1/how-to-designer-import-data.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ ms.custom: UpdateFrequency5, designer
1717

1818
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
1919

20-
In this article, you learn how to import your own data in the designer to create custom solutions. There are two ways you can import data into the designer:
20+
In this article, you learn how to import your own data into the Azure Machine Learning designer to create custom solutions. There are two ways you can import data into the designer:
2121

22-
* **Azure Machine Learning datasets**: Register [datasets](concept-data.md) in Azure Machine Learning to enable advanced features that help you manage your data.
22+
* **Azure Machine Learning datasets**: Register [datasets](concept-data.md#reference-data-in-storage-with-datasets) in Azure Machine Learning to enable advanced features that help you manage your data.
2323
* **Import Data component**: Use the [Import Data](../algorithm-module-reference/import-data.md) component to directly access data from online data sources.
2424

2525
> [!IMPORTANT]
2626
> If you don't see graphical elements mentioned in this document, such as buttons in studio or designer, you might not have the right level of permissions to the workspace. Contact your Azure subscription administrator to verify that you have been granted the correct level of access. For more information, see [Manage users and roles](../how-to-assign-roles.md).
2727
2828
## Use Azure Machine Learning datasets
2929

30-
We recommend that you use [datasets](concept-data.md) to import data into the designer. When you register a dataset, you can take full advantage of advanced data features like [versioning and tracking](how-to-version-track-datasets.md) and [data monitoring](how-to-monitor-datasets.md).
30+
We recommend that you use [datasets](concept-data.md#reference-data-in-storage-with-datasets) to import data into the designer. When you register a dataset, you can take full advantage of advanced data features like [versioning and tracking](how-to-version-track-datasets.md) and [data monitoring](how-to-monitor-datasets.md).
3131

3232
### Register a dataset
3333

@@ -62,9 +62,9 @@ If you register a file dataset, the output port type of the dataset is **AnyDire
6262
6363
### Limitations
6464

65-
- Currently you can only visualize tabular dataset in the designer. If you register a file dataset outside designer, you can't visualize it in the designer canvas.
66-
- Currently the designer only supports preview outputs which are stored in **Azure blob storage**. You can check and change your output datastore in the **Output settings** under **Parameters** tab in the right panel of the component.
67-
- If your data is stored in virtual network and you want to preview, you need to enable workspace managed identity of the datastore.
65+
- Currently you can only visualize a tabular dataset in the designer. If you register a file dataset outside designer, you can't visualize it in the designer canvas.
66+
- Currently the designer only supports preview outputs that are stored in **Azure blob storage**. You can check and change your output datastore in the **Output settings** under **Parameters** tab in the right panel of the component.
67+
- If your data is stored in a virtual network and you want to preview, you need to enable workspace managed identity of the datastore.
6868
1. Go the related datastore and select **Update authentication**.
6969
:::image type="content" source="../media/resource-known-issues/datastore-update-credential.png" alt-text="Screenshot that shows how to update credentials.":::
7070
1. Select the toggle switch to use workspace managed identity.
@@ -81,7 +81,7 @@ For detailed information on how to use the Import Data component, see the [Impor
8181
8282
## Supported sources
8383

84-
This section lists the data sources supported by the designer. Data comes into the designer from either a datastore or from [tabular dataset](how-to-create-register-datasets.md#dataset-types).
84+
This section lists the data sources supported by the designer. Data comes into the designer from either a datastore or from a [tabular dataset](how-to-create-register-datasets.md#dataset-types).
8585

8686
### Datastore sources
8787

articles/machine-learning/v1/how-to-track-designer-experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: UpdateFrequency5, designer, sdkv1, devx-track-python
1717

1818
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
1919

20-
In this article, you learn how to add logging code to designer pipelines. You also learn how to view those logs using the Azure Machine Learning studio web portal.
20+
In this article, you learn how to add code to designer pipelines to enable log metrics. You also learn how to view those logs using the Azure Machine Learning studio web portal.
2121

2222
For more information on logging metrics using the SDK authoring experience, see [Log & view metrics and log files](../how-to-log-view-metrics.md).
2323

0 commit comments

Comments
 (0)