Ecosyste.ms: Awesome
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: 3 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T21:54:45.000Z (over 6 years ago)
- Last Synced: 2024-02-13T08:05:38.559Z (9 months 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
===============[![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)