research.datasets.ContinuousCategoricalDatasets¶
- class research.datasets.ContinuousCategoricalDatasets(names='all')[source]¶
Class to download, transform and save datasets with both continuous and categorical features.
Methods
download()Download the datasets.
Download and transform the Abalone Data Set.
Download and transform the Acute Inflammations Data Set.
Download and transform the Adult Data Set.
Download and transform the Annealing Data Set.
Download and transform the Census-Income (KDD) Data Set.
Download and transform the Contraceptive Method Choice Data Set.
Download and transform the Covertype Data Set.
Download and transform the Credit Approval Data Set.
Download and transform the Dermatology Data Set.
Download and transform the Echocardiogram Data Set.
Download and transform the Flags Data Set.
Download and transform the German Credit Data Set.
Download and transform the Heart Data Set.
Download and transform the Heart Disease Data Set.
Download and transform the Hepatitis Data Set.
Download and transform the Thyroid Disease Data Set.
save(path, db_name)Save datasets.
- fetch_census()[source]¶
Download and transform the Census-Income (KDD) Data Set.
https://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29
- fetch_contraceptive()[source]¶
Download and transform the Contraceptive Method Choice Data Set.
https://archive.ics.uci.edu/ml/datasets/Contraceptive+Method+Choice
- fetch_german_credit()[source]¶
Download and transform the German Credit Data Set.
https://archive.ics.uci.edu/ml/datasets/Statlog+%28German+Credit+Data%29