An open API service indexing awesome lists of open source software.

https://github.com/henrikbostrom/RandomForest

Julia implementation of random forests for classification and regression with conformal prediction
https://github.com/henrikbostrom/RandomForest

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

RandomForest.jl
===============

[![codecov.io](https://codecov.io/github/henrikbostrom/RandomForest/coverage.svg?branch=master)](https://codecov.io/github/henrikbostrom/RandomForest?branch=master)
[![Build Status](https://travis-ci.org/henrikbostrom/RandomForest.svg?branch=master)](https://travis-ci.org/henrikbostrom/RandomForest)

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](http://readthedocs.org/projects/randomforest/badge/?version=latest)](http://randomforest.readthedocs.io/en/latest/?badge=latest)