/RandomForest

Julia implementation of random forests for classification and regression with conformal prediction

Primary LanguageJuliaOtherNOASSERTION

RandomForest.jl

codecov.io Build Status

Copyright 2017 Henrik Boström

A Julia package that implements random forests for classification, regression and survival analysis with conformal prediction.

Installation: at the Julia REPL, Pkg.clone("https://github.com/henrikbostrom/RandomForest.git")

Documentation: Documentation Status