Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 998 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 998 Bytes

PredictingCustomerChurn

Bootcamp data science first project

Question: Week 1 Projects:

Question 1). Imagine you're working with Sprint, one of the biggest telecom companies in the USA. They're really keen on figuring out how many customers might decide to leave them in the coming months. Luckily, they've got a bunch of past data about when customers have left before, as well as info about who these customers are, what they've bought, and other things like that.

So, if you were in charge of predicting customer churn how would you go about using machine learning to make a good guess about which customers might leave? Like, what steps would you take to create a machine learning model that can predict if someone's going to leave or not?

As a beginner I was able to read, load and analyze the data set. The data set used was: https://www.kaggle.com/datasets/blastchar/telco-customer-churn/data

It will get better as I continue this bootcamp and strengthen my knowledge in data science.