Skip to content

Commit 7820fac

Browse files
authored
Merge pull request #103785 from nibaccam/data-profile
Git issue | Data profile resolution
2 parents c1cc169 + 47412a3 commit 7820fac

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/machine-learning/how-to-create-portal-experiments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Otherwise, you'll see a list of your recent automated machine learning experimen
5656

5757
1. Give your dataset a unique name and provide an optional description.
5858

59-
1. Select **Next**, to upload it to the default storage container that's automatically created with your workspace, or choose a storage container that you want to use for the experiment.
59+
1. Select **Next** to open the **Datastore and file selection form**. On this form you select where to upload your dataset; the default storage container that's automatically created with your workspace, or choose a storage container that you want to use for the experiment.
6060

6161
1. Review the **Settings and preview** form for accuracy. The form is intelligently populated based on the file type.
6262

@@ -74,7 +74,7 @@ Otherwise, you'll see a list of your recent automated machine learning experimen
7474

7575
Select **Next.**
7676

77-
1. The **Confirm details** form is a summary of the information previously populated in the **Basic info** and **Settings and preview** forms. You also have the option to profile your dataset using a profiling enabled compute. Learn more about [data profiling](#profile).
77+
1. The **Confirm details** form is a summary of the information previously populated in the **Basic info** and **Settings and preview** forms. You also have the option to create a data profile for your dataset using a profiling enabled compute. Learn more about [data profiling](#profile).
7878

7979
Select **Next**.
8080
1. Select your newly created dataset once it appears. You are also able to view a preview of the dataset and sample statistics.

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ To create a dataset in the studio:
170170
1. Select **Datasets** in the **Assets** section of the left pane.
171171
1. Select **Create Dataset** to choose the source of your dataset. This source can be local files, a datastore, or public URLs.
172172
1. Select **Tabular** or **File** for Dataset type.
173-
1. Select **Next** to review the **Settings and preview**, **Schema** and **Confirm details** forms; they are intelligently populated based on file type. Use these forms to check your selections and to further configure your dataset prior to creation.
173+
1. Select **Next** to open the **Datastore and file selection** form. On this form you select where to keep your dataset after creation, as well as select what data files to use for your dataset.
174+
1. Select **Next** to populate the **Settings and preview** and **Schema** forms; they are intelligently populated based on file type and you can further configure your dataset prior to creation on these forms.
175+
1. Select **Next** to review the **Confirm details** form. Check your selections and create an optional data profile for your dataset. Learn more about [data profiling](how-to-create-portal-experiments.md#profile).
174176
1. Select **Create** to complete your dataset creation.
175177

176178
## Register datasets

0 commit comments

Comments
 (0)