suiji / Arborist

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

Insufficient argument checking in Predict() #27

Closed suiji closed 7 years ago

suiji commented 7 years ago

Brent C. reports a catastrophic failure when Predict() is passed 'newdata' with a type profile differing from that used in training. Can reproduce that R exits, but appropriate error message is in fact displayed.

suiji commented 7 years ago

Have changed error message to reflect more clearly why Rborist exits.