renamed folders, renamed python tutorial files, updated readme files
@@ -1,8 +1,6 @@
|
||||
# Samples for SQL Server R Services
|
||||
# Samples for SQL Server Machine Learning Services
|
||||
|
||||
|
||||
Go to the getting started tutorials to learn more about:
|
||||
[Predictive Modeling with R Services](https://www.microsoft.com/en-us/sql-server/developer-get-started/rprediction)
|
||||
[Customer Clustering with R Services](https://www.microsoft.com/en-us/sql-server/developer-get-started/rclustering)
|
||||
|
||||
[Telco Customer Churn](Telco Customer Churn)
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
##################### STEP1 - Connect to DB and read data ####################
|
||||
|
||||
#Connection string to connect to SQL Server named instance
|
||||
connStr <- paste("Driver=SQL Server; Server=", "NELLIELAPTOP\\VNEXTCTP14",
|
||||
connStr <- paste("Driver=SQL Server; Server=", "MYSQLSERVER",
|
||||
";Database=", "Tutorialdb", ";Trusted_Connection=true;", sep = "");
|
||||
|
||||
#Get the data from SQL Server Table
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 894 B |
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 201 B |
|
Before Width: | Height: | Size: 158 B After Width: | Height: | Size: 158 B |
|
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 146 B |