From 2d4789010a9cc4bb1558534355530306cfbefeec Mon Sep 17 00:00:00 2001 From: o9o9 Date: Tue, 15 Aug 2017 16:45:29 +0900 Subject: [PATCH] Update README.md The file extensions described in the text have been updated (.sql -> .py) --- .../python/getting-started/bike-sharing prediction/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/README.md b/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/README.md index 7b920837..696e1201 100644 --- a/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/README.md +++ b/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/README.md @@ -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