Regression

API

common_datasets.regression.load_airfoil()[source]

Load the airfoil dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_autoMPG6()[source]

Load the autoMPG6 dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_baseball()[source]

Load the baseball dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_ccpp()[source]

Load the ccpp dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_communities()[source]

Load the communities dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_compactiv()[source]

Load the compactiv dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_cpu_performance()[source]

Load the cpu_performance dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_diabetes()[source]

Load the diabetes dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_forestfires()[source]

Load the forestfires dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_laser()[source]

Load the laser dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_mortgage()[source]

Load the mortgage dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_puma32h()[source]

Load the puma32h dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_real_estate_valuation()[source]

Load the real_estate_valuation dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_residential_building()[source]

Load the residential_building dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_slump_test()[source]

Load the slump_test dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_stock_portfolio_performance()[source]

Load the stock_portfolio_performance dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_treasury()[source]

Load the treasury dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_wankara()[source]

Load the wankara dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_winequality_red()[source]

Load the winequality_red dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_winequality_white()[source]

Load the winequality_white dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_wizmir()[source]

Load the wizmir dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict

common_datasets.regression.load_yacht_hydrodynamics()[source]

Load the yacht_hydrodynamics dataset

Returns:

the dataset in sklearn.datasets format

Return type:

dict