Baselight

CDR-Call Details Record Dataset

A call details dataset to study Customer-Satisfaction or predict Telco churn

@kaggle.anshulmehtakaggl_cdrcall_details_record_predict_telco_churn

Loading...
Loading...

About this Dataset

CDR-Call Details Record Dataset

This is a new dataset, great for Binary Classification and also has the potential to be studied for Customer Satisfaction. Great for people starting out with Machine Learning Ensemble Techniques
Notebook Coming Soon.:)
Source -> https://github.com/jamesrawlins1000/Telecom-CDR-Dataset-

Tables

Cdr Call Details

@kaggle.anshulmehtakaggl_cdrcall_details_record_predict_telco_churn.cdr_call_details
  • 1.7 MB
  • 101174 rows
  • 17 columns
Loading...

CREATE TABLE cdr_call_details (
  "phone_number" VARCHAR,
  "account_length" BIGINT,
  "vmail_message" BIGINT,
  "day_mins" DOUBLE,
  "day_calls" BIGINT,
  "day_charge" DOUBLE,
  "eve_mins" DOUBLE,
  "eve_calls" BIGINT,
  "eve_charge" DOUBLE,
  "night_mins" DOUBLE,
  "night_calls" BIGINT,
  "night_charge" DOUBLE,
  "intl_mins" DOUBLE,
  "intl_calls" BIGINT,
  "intl_charge" DOUBLE,
  "custserv_calls" BIGINT,
  "churn" BOOLEAN
);

Share link

Anyone who has the link will be able to view this.