datasets-0.2.1: Classical data sets for statistics and machine learning

Safe HaskellNone
LanguageHaskell98

Numeric.Datasets.BostonHousing

Description

BostonHousing Data set

scikit-learn calls this "boston" and UCI calls it Housing

UCI ML Repository link http://mlr.cs.umass.edu/ml/datasets/housing

Documentation

data BostonHousing #

Instances

Read BostonHousing # 
Show BostonHousing # 
Generic BostonHousing # 

Associated Types

type Rep BostonHousing :: * -> * #

FromRecord BostonHousing # 
type Rep BostonHousing # 
type Rep BostonHousing = D1 (MetaData "BostonHousing" "Numeric.Datasets.BostonHousing" "datasets-0.2.1-1iBBDNxQzcWCqW79rXYBK8" False) (C1 (MetaCons "BostonHousing" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "crimeRate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) ((:*:) (S1 (MetaSel (Just Symbol "zoned") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "industrial") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "charlesRiver") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "nitricOxides") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))) ((:*:) (S1 (MetaSel (Just Symbol "rooms") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "age") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "distance") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) ((:*:) (S1 (MetaSel (Just Symbol "radialHwy") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "tax") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "ptRatio") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "b") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double))) ((:*:) (S1 (MetaSel (Just Symbol "lowerStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)) (S1 (MetaSel (Just Symbol "medianValue") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Double)))))))