Skip to content

mbillingr/forester

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Forester Workspace

Forester is a rust crate for implementing various flavors of random forests and decision trees.

This workspace contains the forester library and examples in separate crates.

Please refer to the subdirectories for more detailed documentation.

Gallery

Classification

This example illustrates classification of three different labels.

The first image shows the decision regions created by a normal ExtraTreesClassifier. Artifacts resulting from axis-aligned splits are clearly visible.

The second image demonstrates how a random forest can utilize an infinite-dimensional feature space to produce the effect of roted splits which adapt much nicer to the shape of the data.

ExtraTreesRegressor Rotated Features

Regression

A simple example demonstrating non-linear regression with the ExtraTreesRegressor. Regression

About

A rust crate for tailoring random forests and decision trees to *your* data set.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages