suiji / Arborist

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

Failure, possibly arising from autocompression #25

Closed suiji closed 7 years ago

suiji commented 7 years ago

Ryan B. has isolated several test cases that cause R to fail. Test cases feature observations with highly-repeated nonzero values, suggesting the problem may lie with autocompression.

suiji commented 7 years ago

Problem actually lay in bad dense cut-point assignment. Corrected.