You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
forest.py is a Python implementation of a random forest. To use, import the module and use the train and predict functions in the Forest class. example.py contains an example of how to use the module to train a forest on some census data.