This project uses the Telco Customer Churn dataset from Kaggle.
The dataset is publicly available on Kaggle:
https://www.kaggle.com/datasets/blastchar/telco-customer-churn
The notebook expects the following CSV file:
WA_Fn-UseC_-Telco-Customer-Churn.csv
The raw dataset is not included in this repository to keep the project lightweight and to respect the original dataset distribution source.
To reproduce the project, download the dataset directly from Kaggle and place the CSV file in the expected location, or use the Kaggle API download code included in the notebook.
The dataset contains customer-level information for a telecom subscription business, including:
- customer demographics
- subscribed services
- internet service type
- contract type
- payment method
- monthly charges
- total charges
- churn status
The target variable is Churn, which indicates whether a customer left the company.