You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/r-services/Telco Customer Churn/R/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ Use the R files provided in this folder, and is the “driver” program
7
7
1.**TelcoChurn-Setup.R -** Setup/Configuration (e.g. install the relevant R packages, setup relevant R functions, setup your working directory/etc)
8
8
9
9
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).
11
11
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.
14
14
15
15
4.**TelcoChurn-ModelBuilding.R** - Train the model, and Evaluate the model
0 commit comments