Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 350 Bytes

Churn-Analysis

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