Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 638 Bytes

Telco customer churn prediction

About Dataset

Telco Customer Churn Dataset

The Telco customer churn data contains information about a fictional telco company that provided home phone and Internet services to 7043 customers in California in Q3. It indicates which customers have left, stayed, or signed up for their service. Multiple important demographics are included for each customer, as well as a Satisfaction Score, Churn Score, and Customer Lifetime Value (CLTV) index.

How to run?

conda create -n car_price python=3.8 -y
conda activate car_price
pip install -r requirements.txt