Skip to content

Commit

Permalink
Merge pull request #6588 from garyericson/master
Browse files Browse the repository at this point in the history
Updating master from sand-01-07-15b
  • Loading branch information
cjgronlund committed Jan 7, 2015
2 parents 2af2554 + 96299da commit 9134fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions articles/machine-learning-create-experiment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<properties title="Create a simple experiment in Azure Machine Learning Studio" pageTitle="Create a simple experiment in Machine Learning Studio | Azure" description="How to create an experiment to train and test a simple model in Azure Machine Learning Studio" metaKeywords="" services="machine-learning" solutions="" documentationCenter="" authors="garye" manager="paulettm" editor="cgronlun" videoId="" scriptId="" />

<tags ms.service="machine-learning" ms.workload="data-services" ms.tgt_pltfrm="na" ms.devlang="na" ms.topic="article" ms.date="08/22/2014" ms.author="garye" />
<tags ms.service="machine-learning" ms.workload="data-services" ms.tgt_pltfrm="na" ms.devlang="na" ms.topic="article" ms.date="01/07/2015" ms.author="garye" />

#Create a simple experiment in Azure Machine Learning Studio

Expand Down Expand Up @@ -57,7 +57,7 @@ A dataset usually requires some pre-processing before it can be analyzed. You ma
First we'll remove the "normalized-losses" column, and then we'll remove any row that has missing data.

1. Type "project columns" in the search box at the top of this palette to find the **Project Columns** module, then drag it to the experiment canvas and connect it to the output port of the **Automobile price data (Raw)** dataset. This module allows us to select which columns of data we want to include or exclude in the model.
1. Type "project columns" in the search box at the top of the module palette to find the **Project Columns** module, then drag it to the experiment canvas and connect it to the output port of the **Automobile price data (Raw)** dataset. This module allows us to select which columns of data we want to include or exclude in the model.

2. Select the **Project Columns** module and click **Launch column selector** in the properties pane.

Expand Down
2 changes: 1 addition & 1 deletion articles/machine-learning-walkthrough-2-upload-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<properties title="Step 2: Upload existing data into an Azure Machine Learning experiment" pageTitle="Step 2: Upload data into a Machine Learning experiment | Azure" description="Step 2: Upload existing public data into Azure Machine Learning Studio" metaKeywords="" services="machine-learning" solutions="big-data" documentationCenter="" authors="garye" videoId="" scriptId="" manager="paulettm" editor="cgronlun" />

<tags ms.service="machine-learning" ms.workload="tbd" ms.tgt_pltfrm="na" ms.devlang="na" ms.topic="article" ms.date="09/02/2014" ms.author="garye" />
<tags ms.service="machine-learning" ms.workload="tbd" ms.tgt_pltfrm="na" ms.devlang="na" ms.topic="article" ms.date="01/06/2015" ms.author="garye" />

This is the second step of the walkthrough, [Developing a Predictive Solution with Azure ML][develop]:

Expand Down

0 comments on commit 9134fe2

Please sign in to comment.