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

Commit 5142993

Browse files
committed
get rid of mentioning of sql server
1 parent 19ef049 commit 5142993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ A typical training experiment consists of the following steps:
649649
9. Evaluate the model(s) to compute the relevant metrics for the learning problem.
650650
10. Fine tune the model(s) and select the best model to deploy.
651651

652-
In this exercise, we have already explored and engineered the data in SQL Server, and decided on the sample size to ingest in Azure ML. Here is the procedure to build one or more of the prediction models:
652+
In this exercise, we have already explored and engineered the data in SQL Data Warehouse, and decided on the sample size to ingest in Azure ML. Here is the procedure to build one or more of the prediction models:
653653

654654
1. Get the data into Azure ML using the [Reader][reader] module, available in the **Data Input and Output** section. For more information, see the [Reader][reader] module reference page.
655655

@@ -667,7 +667,7 @@ In this exercise, we have already explored and engineered the data in SQL Server
667667

668668
7. In the **Database query** edit text area, paste the query which extracts the necessary database fields (including any computed fields such as the labels) and down samples the data to the desired sample size.
669669

670-
An example of a binary classification experiment reading data directly from the SQL Server database is in the figure below (remember to replace the table names nyctaxi_trip and nyctaxi_fare by the schema name and the table names you used in your walkthrough). Similar experiments can be constructed for multiclass classification and regression problems.
670+
An example of a binary classification experiment reading data directly from the SQL Data Warehouse database is in the figure below (remember to replace the table names nyctaxi_trip and nyctaxi_fare by the schema name and the table names you used in your walkthrough). Similar experiments can be constructed for multiclass classification and regression problems.
671671

672672
![Azure ML Train][10]
673673

0 commit comments

Comments
 (0)