uci-bank / README.md
jlh's picture
Upload README.md with huggingface_hub
8442874
metadata
dataset_info:
  features:
    - name: age
      dtype: int64
    - name: job
      dtype: string
    - name: marital
      dtype: string
    - name: education
      dtype: string
    - name: default
      dtype: string
    - name: balance
      dtype: int64
    - name: housing
      dtype: string
    - name: loan
      dtype: string
    - name: contact
      dtype: string
    - name: day
      dtype: int64
    - name: month
      dtype: string
    - name: duration
      dtype: int64
    - name: campaign
      dtype: int64
    - name: pdays
      dtype: int64
    - name: previous
      dtype: int64
    - name: poutcome
      dtype: string
    - name: 'y'
      dtype:
        class_label:
          names:
            '0': 'no'
            '1': 'yes'
  splits:
    - name: train
      num_bytes: 674228
      num_examples: 4521
  download_size: 92171
  dataset_size: 674228

Dataset Card for "uci-bank"

More Information needed