Skip to content

dazeeeed/random-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-forest

Abstract

Random forest in the classification task implemented in Python. During the construction of each tree, the tests (from the full set of tests) are selected by threshold selection in combination with roulette, i.e. we reject some of the worst, and then each of the other tests has a chance of being selected proportional to its quality.

About

Random forest implementation in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages