Skip to content

Commit a765fb6

Browse files
authored
Merge pull request #217 from davidsalgado/patch-1
upddated readme.md
2 parents e223b01 + c9fe7c6 commit a765fb6

File tree

1 file changed

+6
-6
lines changed
  • samples/features/machine-learning-services/python/getting-started/rental-prediction

1 file changed

+6
-6
lines changed

samples/features/machine-learning-services/python/getting-started/rental-prediction/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this sample, you will learn how to create a predictive model in python and op
2323

2424
<!-- Delete the ones that don't apply -->
2525
- **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
2727
- **Workload:** SQL Server Machine Learning Services
2828
- **Programming Language:** T-SQL, Python
2929
- **Authors:** Nellie Gustafsson
@@ -34,17 +34,17 @@ In this sample, you will learn how to create a predictive model in python and op
3434
## Before you begin
3535

3636
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.
3838

3939
**Software prerequisites:**
4040

4141
<!-- 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
4545

4646
## 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>
4848
2. From SQL Server Management Studio or SQL Server Data Tools, open the rental_prediction.sql script </br>
4949
This script sets up: </br>
5050
Necessary tables </br>

0 commit comments

Comments
 (0)