@hackage datasets0.1.0
Classical data sets for statistics and machine learning
Installation
Dependencies (10)
Dependents (1)
@hackage/amby
Classical machine learning and statistics datasets from the UCI Machine Learning Repository and other sources.
import Numeric.Datasets (getDataset) import Numeric.Datasets.Iris (iris) main = do irises <- getDataset iris print (length irises) print (head irises)