If ntree_limit parameter in GBTree.predict method is set too high for used model then it throws ArrayIndexOutOfBoundsException.
It would be more convenient if it just evaluated the model with maximum available trees. Especially as it is not possible to obtain max tree limit from Predictor instance.
If
ntree_limit
parameter inGBTree.predict
method is set too high for used model then it throwsArrayIndexOutOfBoundsException
.It would be more convenient if it just evaluated the model with maximum available trees. Especially as it is not possible to obtain max tree limit from
Predictor
instance.