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

Safe HaskellNone
LanguageHaskell2010

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 Source #

Instances

Read BostonHousing Source # 
Show BostonHousing Source # 
Generic BostonHousing Source # 

Associated Types

type Rep BostonHousing :: * -> * #

FromRecord BostonHousing Source # 
type Rep BostonHousing Source # 
type Rep BostonHousing = D1 (MetaData "BostonHousing" "Numeric.Datasets.BostonHousing" "datasets-0.2.4-1RlCefmNd5TAOuaQDrhK4l" 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)))))))