analyze-0.1.0.0: making data science easy and safe with data frames

Safe HaskellNone
LanguageHaskell2010

Analyze.Datasets

Description

Functions to work with included datasets.

Synopsis

Documentation

datasetWithHeader :: Text -> Text -> IO (RFrame Text Text) Source #

Load an included dataset.

titanicTrain :: IO (RFrame Text Text) Source #

Load the "train" partition of the "titanic" dataset.

titanicTest :: IO (RFrame Text Text) Source #

Load the "test" partition of the "titanic" dataset.