Skip to content
This repository was archived by the owner on Jun 29, 2019. It is now read-only.

Commit 740339e

Browse files
author
xibingaomsft
committed
Add ps screenshots
1 parent 8aa7d07 commit 740339e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Misc/SQLDW/machine-learning-data-science-process-sqldw-walkthrough.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description="Advanced Analytics Process and Technology in Action"
44
services="machine-learning"
55
documentationCenter=""
6-
authors="msolhab"
6+
authors="xibingao,hangzh"
77
manager="paulettm"
88
editor="cgronlun" />
99

@@ -14,7 +14,7 @@
1414
ms.devlang="na"
1515
ms.topic="article"
1616
ms.date="10/27/2015"
17-
ms.author="mohabib;fashah;bradsev"/>
17+
ms.author=""/>
1818

1919

2020
# The Cortana Analytics Process in action: using SQL Data Warehouse
@@ -100,6 +100,8 @@ Open a Windows PowerShell command console. Run the following PowerShell commands
100100

101101
.\Download_Scripts_SQLDW_Walkthrough.ps1 –DestDir 'C:\tempSQLDW'
102102

103+
After successful execution, you will see screen like below:
104+
![][19]
103105
Execute a single PowerShell script to
104106

105107
- Download and install AzCopy, if AzCopy is not installed
@@ -117,6 +119,9 @@ Input your credentials as prompted. After this PowerShell script is run the firs
117119

118120
Depending on the geographical location of your blob storage account, the process of copying data from public blob to your private storage account could take about 15 minutes or longer,and the process of loading data from your storage account to SQL DW could takes about 20 minutes or longer. For your information, the public blob storage account we use to share the data is located at South Central US.
119121

122+
After successful execution, you will see screen like below:
123+
![][20]
124+
120125
## <a name="dbexplore"></a>Data Exploration and Feature Engineering in SQL Data Warehouse
121126

122127
In this section, we will perform data exploration and feature generation by running SQL queries directly in the **SQL Server Management Studio** or **Visual Studio**. A sample script named **SQLDW.sql** is provided on [Github](./SQLDW_Explorations.sql). Modify the script to change the database or data table name, if it is different from the default.
@@ -658,6 +663,8 @@ This sample walkthrough and its accompanying scripts and IPython notebook(s) are
658663
[16]: ./media/machine-learning-data-science-process-sqldw-walkthrough/bulkimport.png
659664
[17]: ./media/machine-learning-data-science-process-sqldw-walkthrough/amlreader.png
660665
[18]: ./media/machine-learning-data-science-process-sqldw-walkthrough/amlscoring.png
666+
[19]: ./media/machine-learning-data-science-process-sqldw-walkthrough/ps_download_scripts.png
667+
[20]: ./media/machine-learning-data-science-process-sqldw-walkthrough/ps_load_data.png
661668

662669

663670
<!-- Module References -->

0 commit comments

Comments
 (0)