research.datasets.BinaryDatasets¶
- class research.datasets.BinaryDatasets(names='all')[source]¶
Class to download, transform and save binary class datasets.
Methods
download()Download the datasets.
Download and transform the Arcene Data Set.
Download and transform the Audit Data Set.
Download and transform the Banknote Authentication Data Set.
Download and transform the Breast Cancer Wisconsin Data Set.
Download and transform the Ionosphere Data Set.
Download and transform the Parkinsons Data Set.
Download and transform the Spambase Data Set.
save(path, db_name)Save datasets.
- download()¶
Download the datasets.
- fetch_banknote_authentication()[source]¶
Download and transform the Banknote Authentication Data Set.
https://archive.ics.uci.edu/ml/datasets/banknote+authentication
- fetch_breast_cancer()[source]¶
Download and transform the Breast Cancer Wisconsin Data Set.
https://archive.ics.uci.edu/ml/datasets/Breast+Cancer+Wisconsin+(Diagnostic)
- save(path, db_name)¶
Save datasets.