renamed folders, renamed python tutorial files, updated readme files

This commit is contained in:
nelgson
2017-04-19 21:36:44 -07:00
parent 56decfa7ac
commit e5b3f41b0a
39 changed files with 10 additions and 13 deletions
+2 -4
View File
@@ -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