Example code for chapter four, Clojure for Data Science.
Data is based on Thomas Cason's Titanic3 dataset. Information on how this was constructed is here.
The original Excel spreadsheet is here.
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
Copyright © 2015 Henry Garner
Distributed under the Eclipse Public License, the same as Clojure