uci-adult-income / README.md
jlh's picture
Upload README.md with huggingface_hub
785b18a
metadata
dataset_info:
  features:
    - name: age
      dtype: int64
    - name: workclass
      dtype: string
    - name: fnlwgt
      dtype: int64
    - name: education
      dtype: string
    - name: education-num
      dtype: int64
    - name: marital-status
      dtype: string
    - name: occupation
      dtype: string
    - name: relationship
      dtype: string
    - name: race
      dtype: string
    - name: sex
      dtype: string
    - name: capital-gain
      dtype: int64
    - name: capital-loss
      dtype: int64
    - name: hours-per-week
      dtype: int64
    - name: native-country
      dtype: string
    - name: income
      dtype:
        class_label:
          names:
            '0': ' <=50K'
            '1': ' >50K'
  splits:
    - name: train
      num_bytes: 5552570
      num_examples: 32561
  download_size: 586658
  dataset_size: 5552570

Dataset Card for "uci-adult-income"

More Information needed