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
- Host: GitHub
- URL: https://github.com/henrikbostrom/RandomForest
- Owner: henrikbostrom
- License: other
- Created: 2015-01-20T10:13:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T21:54:45.000Z (almost 8 years ago)
- Last Synced: 2024-02-13T08:05:38.559Z (about 2 years ago)
- Language: Julia
- Homepage:
- Size: 7.93 MB
- Stars: 13
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-conformal-prediction - RandomForest
README
RandomForest.jl
===============
[](https://codecov.io/github/henrikbostrom/RandomForest?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**: [](http://randomforest.readthedocs.io/en/latest/?badge=latest)