DEVELOPMENT... OpenML
Data
Is-this-a-good-customer

Is-this-a-good-customer

active ARFF CC0: Public Domain Visibility: public Uploaded 23-03-2022 by Lowe
0 likes downloaded by 0 people , 0 total downloads 0 issues 0 downvotes
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Context Imbalanced classes put accuracy out of business. This is a surprisingly common problem in machine learning (specifically in classification), occurring in datasets with a disproportionate ratio of observations in each class. Content Standard accuracy no longer reliably measures performance, which makes model training much trickier. Imbalanced classes appear in many domains, including: Antifraud Antispam Inspiration 5 tactics for handling imbalanced classes in machine learning: Up-sample the minority class Down-sample the majority class Change your performance metric Penalize algorithms (cost-sensitive training) Use tree-based algorithms

14 features

bad_client_target (target)numeric2 unique values
0 missing
monthnumeric12 unique values
0 missing
credit_amountnumeric205 unique values
0 missing
credit_termnumeric22 unique values
0 missing
agenumeric66 unique values
0 missing
sexstring2 unique values
0 missing
educationstring6 unique values
0 missing
product_typestring22 unique values
0 missing
having_children_flgnumeric2 unique values
0 missing
regionnumeric3 unique values
0 missing
incomenumeric76 unique values
0 missing
family_statusstring3 unique values
0 missing
phone_operatornumeric5 unique values
0 missing
is_clientnumeric2 unique values
0 missing

19 properties

1723
Number of instances (rows) of the dataset.
14
Number of attributes (columns) of the dataset.
0
Number of distinct values of the target attribute (if it is nominal).
0
Number of missing values in the dataset.
0
Number of instances with at least one value missing.
10
Number of numeric attributes.
0
Number of nominal attributes.
0
Percentage of nominal attributes.
0.79
Average class difference between consecutive instances.
71.43
Percentage of numeric attributes.
0
Percentage of missing values.
0
Percentage of instances having missing values.
0
Percentage of binary attributes.
0
Number of binary attributes.
Number of instances belonging to the least frequent class.
Percentage of instances belonging to the least frequent class.
Number of instances belonging to the most frequent class.
Percentage of instances belonging to the most frequent class.
0.01
Number of attributes divided by the number of instances.

0 tasks

Define a new task