Skip to content

Commit 36010a0

Browse files
committed
update customer churn tutorial
1 parent 478189f commit 36010a0

File tree

5 files changed

+511
-0
lines changed

5 files changed

+511
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
8484
- [Feature Selection using Scikit-Learn in Python](https://www.thepythoncode.com/article/feature-selection-and-feature-engineering-using-python). ([code](machine-learning/feature-selection))
8585
- [Imbalance Learning With Imblearn and Smote Variants Libraries in Python](https://www.thepythoncode.com/article/handling-imbalance-data-imblearn-smote-variants-python). ([code](machine-learning/imbalance-learning))
8686
- [Credit Card Fraud Detection in Python](https://www.thepythoncode.com/article/credit-card-fraud-detection-using-sklearn-in-python#near-miss). ([code](machine-learning/credit-card-fraud-detection))
87+
- [Customer Churn Prediction in Python](https://www.thepythoncode.com/article/customer-churn-detection-using-sklearn-in-python). ([code](machine-learning/customer-churn-detection))
8788

8889
- ### [General Python Topics](https://www.thepythoncode.com/topic/general-python-topics)
8990
- [How to Make Facebook Messenger bot in Python](https://www.thepythoncode.com/article/make-bot-fbchat-python). ([code](general/messenger-bot))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# [Customer Churn Detection in Python](https://www.thepythoncode.com/article/customer-churn-detection-using-sklearn-in-python)
2+
You can get the tutorial notebook [here](https://colab.research.google.com/drive/1az3zBurhlcZfLJ2j2kZNlBtflsOQ5CUg?usp=sharing).
3+
You can either check [the original notebook](https://colab.research.google.com/drive/1DrCPwlDBo6YBMB61zgJ2j1QFttVV49ic?usp=sharing) for running (includes additional grid/randomized searching) that are not in [the tutorial]()

0 commit comments

Comments
 (0)