musk / README.md
mstz's picture
updated to datasets 4.*
683dcb6
metadata
configs:
  - config_name: musk
    data_files:
      - path: musk/train.csv
        split: train
    default: true
language: en
license: cc
pretty_name: Musk
size_categories: 1M<n<10M
tags:
  - tabular_classification
  - binary_classification
  - multiclass_classification
task_categories:
  - tabular-classification

Musk

The Musk dataset from the UCI ML repository. Census dataset including personal characteristic of a person, and their income threshold.

Configurations and tasks

Configuration Task Description
musk Binary classification Is the molecule a musk?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/musk", "musk")["train"]