(self)
| 150 | assert booster.num_boosted_rounds() == 8 |
| 151 | |
| 152 | def test_custom_objective(self) -> None: |
| 153 | dtrain, dtest = tm.load_agaricus(__file__) |
| 154 | run_custom_objective("hist", "cpu", dtrain, dtest) |
| 155 | |
| 156 | def test_multi_eval_metric(self) -> None: |
| 157 | dtrain, dtest = tm.load_agaricus(__file__) |
nothing calls this directly
no test coverage detected