Skip to content

Commit d729518

Browse files
Added link to sample DB
1 parent 059bbee commit d729518

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/features/machine-learning-services/python/sentiment-analysis/product-review-pretrained-model-sentiment-analysis.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RSetup.exe /install /component MLM /<version>/language 1033 /destdir <SQL_DB_ins
77
Example:
88
RSetup.exe /install /component MLM /version 9.2.0.24 /language 1033 /destdir "C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\PYTHON_SERVICES\Lib\site-packages\microsoftml\mxLibs"
99
The models will be downloaded and extracted.
10+
The database used for this sample can be downloaded here: https://sqlchoice.blob.core.windows.net/sqlchoice/static/tpcxbb_1gb.bak
1011
*/
1112

1213

samples/features/machine-learning-services/python/sentiment-analysis/product-review-text-classification.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
--The database used for this sample can be downloaded here: https://sqlchoice.blob.core.windows.net/sqlchoice/static/tpcxbb_1gb.bak
12
USE [tpcxbb_1gb]
23
GO
34

0 commit comments

Comments
 (0)