- Objective : Predict Churn scores for retail customer
- Churn_Pandas : Implementation of Logistic regression , Random Forest and Light GBM using scikit learn library.
- Churn_Pyspark : Implementation of Logistic regression , Random Forest and Light GBM using Spark.mllib library.
- Performnace comparison of all the algorithms