retailscikit-learn/churn-predictionchurntelcoclassificationtabularibmscikit-learnml-benchmarkcustomer-analytics

Telco Customer Churn Prediction (IBM Sample)

Category
Retail
Records
7,043 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~0.24 MB
Downloads
0

About this data

Classic IBM telco customer churn dataset (~7K rows) with demographics, service subscriptions, account info, and churn label. Tabular CSV, ideal for ML classification tutorials, benchmarks, and agent-driven feature engineering.

Schema

NameTypeDescription
customerIDVARCHARUnique alphanumeric customer identifier.
genderVARCHARCustomer gender: Male or Female.
SeniorCitizenBIGINTBinary flag: 1 if senior citizen (65+), 0 otherwise.
PartnerVARCHARWhether customer has a partner: Yes or No.
DependentsVARCHARWhether customer has dependents: Yes or No.
tenureBIGINTNumber of months customer has been with the company.
PhoneServiceVARCHARWhether customer subscribes to phone service: Yes or No.
MultipleLinesVARCHARPhone line status: Yes, No, or No phone service.
InternetServiceVARCHARInternet service type: DSL, Fiber optic, or No.
OnlineSecurityVARCHAROnline security add-on subscription: Yes, No, or No internet service.
OnlineBackupVARCHAROnline backup add-on subscription: Yes, No, or No internet service.
DeviceProtectionVARCHARDevice protection add-on subscription: Yes, No, or No internet service.
TechSupportVARCHARTechnical support add-on subscription: Yes, No, or No internet service.
StreamingTVVARCHARStreaming TV add-on subscription: Yes, No, or No internet service.
StreamingMoviesVARCHARStreaming movies add-on subscription: Yes, No, or No internet service.
ContractVARCHARContract term type: Month-to-month, One year, or Two year.
PaperlessBillingVARCHARWhether customer uses paperless billing: Yes or No.
PaymentMethodVARCHARPayment method: Electronic check, Mailed check, Bank transfer (automatic), or Credit card (automatic).
MonthlyChargesDOUBLECurrent monthly charge in USD.
TotalChargesVARCHARTotal cumulative charges in USD over customer tenure.
ChurnVARCHARWhether customer churned within the last month: Yes or No.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Telco Customer Churn Predictio" })
// Found: a8a16366-0d9b-489f-a1cc-d848559e8ac8
get_download_url({ dataset_id: "a8a16366-0d9b-489f-a1cc-d848559e8ac8" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/a8a16366-0d9b-489f-a1cc-d848559e8ac8/download-url