File size: 535 Bytes
9d0b546 e56e617 9d0b546 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: openrail
dataset_info:
features:
- name: age;"job";"marital";"education";"default";"balance";"housing";"loan";"contact";"day";"month";"duration";"campaign";"pdays";"previous";"poutcome";"y"
dtype: string
splits:
- name: train
num_bytes: 4745830
num_examples: 45211
- name: test
num_bytes: 474886
num_examples: 4521
download_size: 1377400
dataset_size: 5220716
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|