random-forests-clj icon indicating copy to clipboard operation
random-forests-clj copied to clipboard

An incomplete implementation of Random Forests in Clojure

Results 1 random-forests-clj issues
Sort by recently updated
recently updated
newest added

It would be interesting to add support for additive grove models and make this a more general library for ensembles of decision trees. http://www.ccs.neu.edu/home/mirek/papers/2007-ECML-Groves.pdf Another method of interest for some...