Skip to content

nirmalalla/random-forest

Repository files navigation

Random Forest

Random Forest is a standard implementation of a forest (numerous Decision Trees).

Usage

Example usage is shown with the Iris Dataset. The Forest will work for any numerical dataset with the following conditions: file must be in .csv format, the first row must consist of the column names, and the last column must be the class to which each individual belongs to.

About

Random Forest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors