/ch4-classification

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

Classification

Example code for chapter four, Clojure for Data Science.

Data

Data is based on Thomas Cason's Titanic3 dataset. Information on how this was constructed is here.

The original Excel spreadsheet is here.

Running examples

Examples can be run with:

# Replace 4.1 with the example you want to run:

lein run -e 4.1

or open an interactive REPL with:

lein repl

License

Copyright © 2015 Henry Garner

Distributed under the Eclipse Public License, the same as Clojure