Update README.md
#1
by
PUMedu
- opened
README.md
CHANGED
@@ -15,7 +15,9 @@ The data set includes information about:
|
|
15 |
- Customer account information: how long they’ve been a customer, contract, payment method, paperless billing, monthly charges, and total charges
|
16 |
- Demographic info about customers: gender, age range, and if they have partners and dependents
|
17 |
|
|
|
18 |
|
|
|
19 |
Credits for the dataset and the card:
|
20 |
- [Kaggle](https://www.kaggle.com/datasets/blastchar/telco-customer-churn)
|
21 |
- [Latest version of the dataset by IBM Samples team](https://community.ibm.com/community/user/businessanalytics/blogs/steven-macko/2019/07/11/telco-customer-churn-1113)
|
|
|
15 |
- Customer account information: how long they’ve been a customer, contract, payment method, paperless billing, monthly charges, and total charges
|
16 |
- Demographic info about customers: gender, age range, and if they have partners and dependents
|
17 |
|
18 |
+
from datasets import load_dataset
|
19 |
|
20 |
+
dataset = load_dataset("scikit-learn/churn-prediction")
|
21 |
Credits for the dataset and the card:
|
22 |
- [Kaggle](https://www.kaggle.com/datasets/blastchar/telco-customer-churn)
|
23 |
- [Latest version of the dataset by IBM Samples team](https://community.ibm.com/community/user/businessanalytics/blogs/steven-macko/2019/07/11/telco-customer-churn-1113)
|