Skip to content

Latest commit

 

History

History

data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Datasets

In this folder, we have all of the datasets we managed to find online. This folder is further subdivided into two folders: classification and regression.

The classification folder has the next datasets:

The regression folder has the next datasets:

Python package scikit-learn was used for the next three regression datasets:

  • Friedman1: sklearn.datasets.make_friedman1() (Link)
  • Friedman3: sklearn.datasets.make_friedman3() (Link)
  • Diabetes: sklearn.datasets.load_diabetes() (Link)