mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
edit readme file
This commit is contained in:
@ -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)
|
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
|
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
|
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
|
4. **TelcoChurn-ModelBuilding.R** - Train the model, and Evaluate the model
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user