Skip to content

Commit 56decfa

Browse files
Updated Readme Python
1 parent 3448c2a commit 56decfa

File tree

1 file changed

+3
-8
lines changed
  • samples/features/machine-learning-services/python/getting-started/predictive-model

1 file changed

+3
-8
lines changed

samples/features/machine-learning-services/python/getting-started/predictive-model/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,13 @@ Saves the predicted results to a DB table </br>
6060

6161
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.
6262

63-
### Predictive Model.py
63+
### predictive_model.py
6464
The Python script that generates a predictive model and uses it to predict rental counts
6565

66-
### Predictive Model.SQL
66+
### predictive_model_python.sql
6767
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.
6868

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+
7570

7671
Service uses Tedious library for data access and built-in JSON functionalities that are available in SQL Server 2016 and Azure SQL Database.
7772

0 commit comments

Comments
 (0)