Skip to content

Commit 2f06a8d

Browse files
authored
Merge pull request microsoft#65 from ZhouFang928/patch-1
edit readme file
2 parents 9c826b5 + 7157c21 commit 2f06a8d

File tree

1 file changed

+3
-3
lines changed
  • samples/features/r-services/Telco Customer Churn/R

1 file changed

+3
-3
lines changed

samples/features/r-services/Telco Customer Churn/R/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Use the R files provided in this folder, and is the “driver” program
77
1. **TelcoChurn-Setup.R -** Setup/Configuration (e.g. install the relevant R packages, setup relevant R functions, setup your working directory/etc)
88

99

10-
2. **TelcoChurn-DataExploration.R** - Data Exploration, Visualization (e.g. on data distributions, etc). This includes persisting relevant train/test data back into the database
10+
2. **TelcoChurn-DataExploration.R** - Data Exploration, Visualization (e.g. on data distributions, etc).
1111

12-
3. **TelcoChurn-DataPreparation.R** - Prepare training and testing data sets in two ways
13-
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
12+
3. **TelcoChurn-DataPreparation.R** - Prepare training and testing data sets in two ways.
13+
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.
1414

1515
4. **TelcoChurn-ModelBuilding.R** - Train the model, and Evaluate the model
1616

0 commit comments

Comments
 (0)