MCPcopy Create free account
hub / github.com/dmlc/xgboost / test_gpu_approx_basic

Function test_gpu_approx_basic

tests/python-gpu/test_monotonic_constraints.py:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45@pytest.mark.skipif(**tm.no_sklearn())
46def test_gpu_approx_basic() -> None:
47 assert_constraint(1, "approx")
48 assert_constraint(-1, "approx")
49
50
51def test_gpu_hist_depthwise() -> None:

Callers

nothing calls this directly

Calls 1

assert_constraintFunction · 0.85

Tested by

no test coverage detected