Julia implementation of Pareto-smoothed leave-one-out cross-validation (doi: 10.1007/s11222-016-9696-4). Intended to be just used as a dependency for HAMdetector.
- Start julia, switch into Pkg mode by typing
]
, runadd https://github.com/HAMdetector/Loo.jl.git
- run
test Loo
in Pkg mode to run unit tests.