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/rental-prediction/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ In this sample, you will learn how to create a predictive model in python and op
23
23
24
24
<!-- Delete the ones that don't apply -->
25
25
-**Applies to:** SQL Server 2017 CTP2.0 or higher
26
-
-**Key features:**SQL Server Machine Learning Services
26
+
-**Key features:**SQL Server Machine Learning Services
27
27
-**Workload:** SQL Server Machine Learning Services
28
28
-**Programming Language:** T-SQL, Python
29
29
-**Authors:** Nellie Gustafsson
@@ -34,17 +34,17 @@ In this sample, you will learn how to create a predictive model in python and op
34
34
## Before you begin
35
35
36
36
To run this sample, you need the following prerequisites: </br>
37
-
Download a DB backup file and restore it using Setup.sql. [Download DB](https://deve2e.azureedge.net/sqlchoice/static/TutorialDB.bak)
37
+
[Download this DB backup file](https://deve2e.azureedge.net/sqlchoice/static/TutorialDB.bak) and restore it using Setup.sql.
38
38
39
39
**Software prerequisites:**
40
40
41
41
<!-- Examples -->
42
-
1. SQL Server 2017 CTP2.0 (or higher) with Machine Learning Services (Python) installed
43
-
2. SQL Server Management Studio
44
-
3. Python Tools for Visual Studio or another Python IDE
42
+
1.[SQL Server 2017 CTP2.0](https://www.microsoft.com/en-us/sql-server/sql-server-2017) (or higher) with Machine Learning Services (Python) installed
43
+
2.[SQL Server Management Studio](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms)
44
+
3.[Python Tools for Visual Studio](https://www.visualstudio.com/vs/python/) or another Python IDE
45
45
46
46
## Run this sample
47
-
1. From SQL Server Management Studio or SQL Server Data Tools connect to your SQL Server vNext database and execute setup.sql to restore the sample DB you have downloaded </br>
47
+
1. From SQL Server Management Studio, or SQL Server Data Tools, connect to your SQL Server 2017 database and execute setup.sql to restore the sample DB you have downloaded </br>
48
48
2. From SQL Server Management Studio or SQL Server Data Tools, open the rental_prediction.sql script </br>
0 commit comments