You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ To run this sample, you need the following prerequisites:
66
66
#### datasource.py
67
67
This Python script defines the class that pull data from Sql database and provides access to SQL Server Compute Context.
68
68
69
-
#### pipeline.sql
69
+
#### pipeline.py
70
70
This python file defines the machine learning pipeline that performs features engineering and the classifier that fits the RevoScalePy binary logistic regression.
71
71
72
-
#### runner.sql
72
+
#### runner.py
73
73
This python file defines the startup code and main method from which to excecute the solution.
0 commit comments