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/predictive-model/README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,18 +60,13 @@ Saves the predicted results to a DB table </br>
60
60
61
61
This sample shows how to create a predictive model with Python and generate predictions using the model and deploy that in SQL Server with SQL Server Machine Learning Services.
62
62
63
-
### Predictive Model.py
63
+
### predictive_model.py
64
64
The Python script that generates a predictive model and uses it to predict rental counts
65
65
66
-
### Predictive Model.SQL
66
+
### predictive_model_python.sql
67
67
Takes the Python code in Predictive Model.py and deploys it inside SQL Server. Creating stored procedures and tables for training, storing models and creating stored procedures for prediction.
68
68
69
-
### app.js
70
-
File that contains startup code.
71
-
### db.js
72
-
File that contains functions that wrap Tedious library
73
-
### predictions.js
74
-
File that contains action that will be called to get the predictions
69
+
75
70
76
71
Service uses Tedious library for data access and built-in JSON functionalities that are available in SQL Server 2016 and Azure SQL Database.
0 commit comments