Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatianzh committed Jun 14, 2023
1 parent bc7cbb9 commit 4523936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
The rapid development of the technology industry has resulted in many telecommunication companies and internet service providers which can lead to competition. This can also make customers change providers so that it is interpreted as customer churn. Detecting customer churn from the beginning can make a company maintain its market.

In this project, we create a machine learning model to predict the customer churn. So, the model can help telecommunication companies and internet service providers to detect early signs of potential churn so that they can reduce customer losses and implement effective retention strategies.

The data shows that there are 3652 data is not churn and 598 data indicated churn.
![download](https://github.com/fatianzh/customer-churn-prediction/assets/104208809/f122188d-58c1-4fe6-a037-698e5b12ae7b)

After modeling, Random Forest Model has the highest accuration, but the difference between the number of false negatives and false positives is greater than Decission Tree. Thus, it can be concluded that the best model for predicting customer churn is the Decision Tree.

0 comments on commit 4523936

Please sign in to comment.