stripe-archive / brushfire

Distributed decision tree ensemble learning in Scala
Other
391 stars 50 forks source link

error-minimizing pruner #24

Closed avibryant closed 9 years ago

avibryant commented 9 years ago

This is only really relevant to people building single-tree models, but you should be able to prune a single tree to minimize validation error

avibryant commented 9 years ago

To elaborate a bit more on the steps that would be needed here:

roban commented 9 years ago

In progress at https://github.com/stripe/brushfire/pull/36

roban commented 9 years ago

Closed by https://github.com/stripe/brushfire/pull/36