Jiaming Yuan d3ec116322
Revert ntree limit fix (#6616) (#6622)
The old (before fix) best_ntree_limit ignores the num_class parameters, which is incorrect. In before we workarounded it in c++ layer to avoid possible breaking changes on other language bindings. But the Python interpretation stayed incorrect. The PR fixed that in Python to consider num_class, but didn't remove the old workaround, so tree calculation in predictor is incorrect, see PredictBatch in CPUPredictor.
2021-01-20 04:20:07 +08:00
..
2019-10-22 12:33:14 -04:00
2020-11-21 13:38:21 +08:00
2020-08-12 01:26:02 -07:00

This folder contains testcases for xgboost.