Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 701 Bytes

File metadata and controls

3 lines (3 loc) · 701 Bytes

Customer-Relationship-Prediction

In this project, different machine learning techniques have been applied on Orange Telecom dataset that can bring out information about customer demands. This dataset consists of three separate binary classification problems where we have to predict the propensity of customers to switch provider (churn), buy new products or services (appetency), or buy upgrades or add-ons proposed to them to make the sale more profitable (upselling). Started with data cleaning and feature selection process, several classification algorithms (Logistic Regression, Decision Tree, Random Forest, Bagging, XGBoost, Naive Bayes, SVM) has been implemented on this processed dataset.