suiji / Arborist

Scalable decision tree training and inference.
Other
82 stars 14 forks source link

Performance dropoff with classification #42

Closed suiji closed 6 years ago

suiji commented 6 years ago

An newly-introduced error in the splitting of numerical predictors is causing dramatic slowdowns in training for classification. Please stand by.

suiji commented 6 years ago

Bad accumulator updates led to edge-cutting which, in turn, led to extraordinarily deep trees.

Resolved.