research.datasets.MulticlassDatasets¶
- class research.datasets.MulticlassDatasets(names='all')[source]¶
Class to download, transform and save multiclass datasets.
Methods
download()Download the datasets.
Download and transform the ASP-POTASSCO Data Set.
Download and transform the AutoUniv au4 Data Set
Download and transform the AutoUniv au7 Data Set
Download and transform the Baseball Hall of Fame Data Set.
Download and transform the Cardiotocography Data Set.
Download and transform the First Order Theorem Data Set.
Download and transform the Gas Drift Data Set.
Download and transform the Gesture Phase Segmentation Data Set.
Download and transform the Image Segmentation Data Set.
Download and transform the Japanese Vowels Data Set.
Download and transform the Multiple Features Dataset: Zernike Data Set.
Download and transform the Mice Protein Data Set
Download and transform the Pen-Based Recognition of Handwritten Digits Data Set.
Download and transform the Steel Plates Fault Data Set.
Download and transform the Texture Data Set.
Download and transform the USPS Data Set.
Download and transform the Vehicle Silhouettes Data Set.
Download and transform the Volkert Data Set.
Download and transform the Waveform Database Generator (version 2) Data Set.
Download and transform the Wine Quality Data Set.
save(path, db_name)Save datasets.
- download()¶
Download the datasets.
- fetch_gesture_segmentation()[source]¶
Download and transform the Gesture Phase Segmentation Data Set.
- fetch_mfeat_zernike()[source]¶
Download and transform the Multiple Features Dataset: Zernike Data Set.
- fetch_pendigits()[source]¶
Download and transform the Pen-Based Recognition of Handwritten Digits Data Set.
- fetch_vehicle()[source]¶
Download and transform the Vehicle Silhouettes Data Set.
https://archive.ics.uci.edu/ml/datasets/Statlog+(Vehicle+Silhouettes)
- fetch_waveform()[source]¶
Download and transform the Waveform Database Generator (version 2) Data Set.
- save(path, db_name)¶
Save datasets.