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
A call details dataset to study Customer-Satisfaction or predict Telco churn
@kaggle.anshulmehtakaggl_cdrcall_details_record_predict_telco_churn
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-
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
);Anyone who has the link will be able to view this.