Skip to content

briandeheus/python-random-forest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Forest

Super-fast Python implementation of Random Forest algorithm that has zero external dependencies.

Usage

from random_forest import RandomForest

rf = RandomForest()
r = rf.get()  # e.g Hot Springs National Park

TODO

  • Add more forests

About

I can do compsci

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages