Multiclass classification

API

common_datasets.multiclass_classification.load_abalone()[source]

Load the abalone dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_automobile()[source]

Loads the automobile dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_balance()[source]

Loads the balance dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_car()[source]

Loads the car dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_cleveland()[source]

Loads the cleveland dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_contraceptive()[source]

Loads the contraceptive dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_dermatology()[source]

Loads the dermatology dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_ecoli()[source]

Load the ecoli dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_flare()[source]

Loads the flare dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_glass()[source]

Load the glass dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_hayes_roth()[source]

Loads the hayes_roth dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_led7digit()[source]

Loads the led7digit dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_movement_libras()[source]

Loads the movement_libras dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_newthyroid()[source]

Loads the newthyroid dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_page_blocks()[source]

Loads the page_blocks dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_post_operative()[source]

Loads the post_operative dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_satimage()[source]

Load the SATIMAGE dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_segment()[source]

Loads the segment dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_splice()[source]

Loads the splice dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_tae()[source]

Loads the tae dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_vowel()[source]

Loads the vowel dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_yeast()[source]

Load the yeast dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.multiclass_classification.load_zoo()[source]

Loads the zoo dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict