From 7157c2193418047562edf83dd977df5e4c3f8b3d Mon Sep 17 00:00:00 2001 From: Zhou Fang Date: Sun, 3 Jul 2016 15:49:33 +0800 Subject: [PATCH] edit readme file --- .../features/r-services/Telco Customer Churn/R/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/features/r-services/Telco Customer Churn/R/README.md b/samples/features/r-services/Telco Customer Churn/R/README.md index 1faa093a..b2e0e090 100644 --- a/samples/features/r-services/Telco Customer Churn/R/README.md +++ b/samples/features/r-services/Telco Customer Churn/R/README.md @@ -7,10 +7,10 @@ Use the R files provided in this folder, and is the “driver” program 1. **TelcoChurn-Setup.R -** Setup/Configuration (e.g. install the relevant R packages, setup relevant R functions, setup your working directory/etc) -2. **TelcoChurn-DataExploration.R** - Data Exploration, Visualization (e.g. on data distributions, etc). This includes persisting relevant train/test data back into the database +2. **TelcoChurn-DataExploration.R** - Data Exploration, Visualization (e.g. on data distributions, etc). -3. **TelcoChurn-DataPreparation.R** - Prepare training and testing data sets in two ways -Upload and prepare the data stored in the SQL Server database. Performs feature engineering, split on raw data in R and load them into SQL +3. **TelcoChurn-DataPreparation.R** - Prepare training and testing data sets in two ways. +Upload and prepare the data stored in the SQL Server database. Performs feature engineering, split on raw data in R and load them into SQL. This includes persisting relevant train/test data back into the database. 4. **TelcoChurn-ModelBuilding.R** - Train the model, and Evaluate the model