stripe-archive / brushfire

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

Add count to LeafNode #13

Closed avibryant closed 8 years ago

avibryant commented 9 years ago

This would let us implement the stopper threshold/sampling logic without needing a full Stopper trait. This should possibly be a prereq to merging https://github.com/stripe/brushfire/pull/11

tixxit commented 8 years ago

I believe this can be done using tree annotations now. Closing for now - feel free to reopen if this isn't the case.