├── DataPreparation.r ├── ModelBuilding.r ├── README.md ├── Telecom_Sampled.csv ├── Visualization.r └── data_dictionary.xls /DataPreparation.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/DataPreparation.r -------------------------------------------------------------------------------- /ModelBuilding.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/ModelBuilding.r -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/README.md -------------------------------------------------------------------------------- /Telecom_Sampled.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/Telecom_Sampled.csv -------------------------------------------------------------------------------- /Visualization.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/Visualization.r -------------------------------------------------------------------------------- /data_dictionary.xls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pranov1984/Prediction-of-customer-propensity-to-churn/HEAD/data_dictionary.xls --------------------------------------------------------------------------------