This is a repository of my personal project about customer conversion prediction with supervised machine learning. The data used in this project is audio books app customer conversion data. The goal of this project is to create classification model that can predicts whether the customer will buy again (convert) or not.
The project is implemented in Python and uses the PyCaret library for machine learning model training and evaluation.
There are 2 notebooks in this repo. Ideal order for reading: customer_conversion_baseline.ipynb
-> customer_conversion_model.ipynb