empulse.datasets#

The datasets module contains a collection of datasets which can be used for value-driven and cost-sensitive learning. All datasets are based on real-world data.

Dataset

Container object for datasets returned by the load functions.

load_churn_tv_subscriptions

Load the TV Subscription Churn dataset (binary classification).

load_upsell_bank_telemarketing

Load the bank telemarketing dataset (binary classification).

load_give_me_some_credit

Load the "Give Me Some Credit" Kaggle credit scoring competition dataset (binary classification).

load_credit_scoring_pakdd

Load the credit scoring PAKDD 2009 competition dataset (binary classification).