You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/service/ui-quickstart-run-experiment.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ ms.date: 05/02/2019
14
14
15
15
# Quickstart: Prepare and visualize data without writing code in Azure Machine Learning
16
16
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.
18
18
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:
20
20
21
21
- Create your first experiment to add and preview data
22
22
- 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
127
127
128
128

129
129
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.
131
131
132
132
## Prepare data
133
133
@@ -172,7 +172,7 @@ First, remove the **normalized-losses** column completely.
172
172
173
173
### Clean missing data
174
174
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.
176
176
177
177
1. Type **Clean** in the Search box to find the **Clean Missing Data** module.
178
178
@@ -212,7 +212,7 @@ Since you made changes to the modules in your experiment, the status has changed
212
212
213
213
There are now 193 rows and 25 columns.
214
214
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.
216
216
217
217
## Clean up resources
218
218
@@ -224,7 +224,7 @@ In this quickstart, you learned how to:
224
224
225
225
- Create your first experiment to add and preview data
226
226
- Prepare the data by removing missing values
227
-
- Visualize the resulting data
227
+
- Visualize the prepared data
228
228
229
229
Continue to the tutorial to use this data to predict the price of an automobile.
0 commit comments