This is an classification model which predicts whether a customer will respond to an offer or not.
- Python3.6
- Pandas
- NumPy
- Matplotlib
- Seaborn
- sklearn
The problem is to build a model that predicts whether a customer will respond to an offer or not.
- data : The dataset file.
- Starbucks_Capstone_notebook.ipynb : Notebook file contaning the exploration and analysis of the work.
- README.md : The readme file for write-up.
Here we are predicting if a customer will respond to the offer or not. It will be very helpful in business perspective. By predicting, we can able to give customer some other offers so that there will be more profit.
- Reading Dataset
- EDA
- Data pre-processing
- Feature Selection
- Modelling
- Evaluation
Here you just need to install python and install the packages that are listed above and open this .ipymb file in your jupyter notebook and just run all cell or just click SHIFT + ENTER to run cell one by one.
This is just for learning.
Biswajit Satapathy Jr. Data Analyst Aptus Data Labs
Special thanks to Pramit Kumar Patra for giving his valuable time for teaching me statistics and machine learning.