Skip to content

Commit 6193010

Browse files
authored
Merge pull request #78513 from sdgilley/patch-4
Update ui-quickstart-run-experiment.md
2 parents c7029f0 + 9439b42 commit 6193010

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/machine-learning/service/ui-quickstart-run-experiment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.date: 05/02/2019
1414

1515
# Quickstart: Prepare and visualize data without writing code in Azure Machine Learning
1616

17-
Prepare and visualize your data in the drag-and-drop visual interface (preview) for Azure Machine Learning. The data you'll use includes entries for various individual automobiles, including information such as make, model, technical specifications, and price.
17+
Prepare and visualize your data in the drag-and-drop visual interface (preview) for Azure Machine Learning. The data you'll use includes entries for various individual automobiles, including information such as make, model, technical specifications, and price. Once you complete this quickstart, you'll be ready to use this data to predict an automobile's price.
1818

19-
In this quickstart you'll explore and prepare data:
19+
Before you train a machine learning model, you need to understand and prepare your data. In this quickstart you'll:
2020

2121
- Create your first experiment to add and preview data
2222
- Prepare the data by removing missing values
@@ -127,7 +127,7 @@ Now that you have run your initial experiment, you can visualize the data to und
127127

128128
![Preview the data](./media/ui-quickstart-run-experiment/preview-data.gif)
129129

130-
1. Click on each column to understand more about your dataset.
130+
1. Click on each column to understand more about your dataset, and think about whether these columns will be useful to predict the price of an automobile.
131131

132132
## Prepare data
133133

@@ -172,7 +172,7 @@ First, remove the **normalized-losses** column completely.
172172

173173
### Clean missing data
174174

175-
Now add another module that removes any remaining row that has missing data.
175+
When you train a model, you have to do something about the data that is missing. In this case, you'll add a module to remove any remaining row that has missing data.
176176

177177
1. Type **Clean** in the Search box to find the **Clean Missing Data** module.
178178

@@ -212,7 +212,7 @@ Since you made changes to the modules in your experiment, the status has changed
212212

213213
There are now 193 rows and 25 columns.
214214

215-
When you click on **num-of-doors** you see it still has 2 unique values but now has 0 missing values.
215+
When you click on **num-of-doors** you see it still has 2 unique values but now has 0 missing values. Click through the rest of the columns to see that there are no missing values left in the dataset.
216216

217217
## Clean up resources
218218

@@ -224,7 +224,7 @@ In this quickstart, you learned how to:
224224

225225
- Create your first experiment to add and preview data
226226
- Prepare the data by removing missing values
227-
- Visualize the resulting data
227+
- Visualize the prepared data
228228

229229
Continue to the tutorial to use this data to predict the price of an automobile.
230230

0 commit comments

Comments
 (0)