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