Update README.md

The file extensions described in the text have been updated (.sql -> .py)
This commit is contained in:
o9o9
2017-08-15 16:45:29 +09:00
committed by GitHub
parent 95a6346266
commit 2d4789010a
@@ -66,10 +66,10 @@ To run this sample, you need the following prerequisites:
#### datasource.py
This Python script defines the class that pull data from Sql database and provides access to SQL Server Compute Context.
#### pipeline.sql
#### pipeline.py
This python file defines the machine learning pipeline that performs features engineering and the classifier that fits the RevoScalePy binary logistic regression.
#### runner.sql
#### runner.py
This python file defines the startup code and main method from which to excecute the solution.
#### setup.sql