mmaul / clml

Common Lisp Machine Learning Library
Other
259 stars 36 forks source link

Fixes and improvement #6

Closed gdobbins closed 8 years ago

gdobbins commented 8 years ago

I've slightly sped up predict-decision-tree and predict-regression-tree. I've also added data-bagging and feature-bagging to random forests. The defaults give the old behavior.

mmaul commented 8 years ago

Thanks, pull request merged. Bagging feature does provide a nice litle speed up to random-forests. I was able to set bagging size to quarter-set before tests were impacted.