The code should run with no issues using Python versions 3.9.
For this project, I was interestested in using Telecom Churn data to better understand:
- What factors are important for predicting customer churn?
- How well can we predict customer churn?
- How different models are affected by the imbalance in the data.
There is one notebook available here to showcase work related to the above questions. The notebook is exploratory in searching through the data pertaining to the questions above, and proposes a machine learning solution for predicting customer churn. Markdown cells were used to assist in walking through the thought process for individual steps. The dataset used in this project is included as churn.csv
.