(DMatrixT: Type[xgb.DMatrix])
| 31 | |
| 32 | @pytest.mark.parametrize("DMatrixT", [xgb.DMatrix, xgb.QuantileDMatrix]) |
| 33 | def test_predict_leaf(DMatrixT: Type[xgb.DMatrix]) -> None: |
| 34 | run_predict_leaf("cpu", DMatrixT) |
| 35 | |
| 36 | |
| 37 | def test_predict_shape(): |
nothing calls this directly
no test coverage detected