MCPcopy Create free account
hub / github.com/catboost/catboost / test_quantize_unknown_param

Function test_quantize_unknown_param

catboost/python-package/ut/medium/test.py:10490–10493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10488
10489
10490def test_quantize_unknown_param():
10491 pool = Pool(QUERYWISE_TRAIN_FILE, column_description=QUERYWISE_CD_FILE)
10492 with pytest.raises(CatBoostError):
10493 pool.quantize(this_param_is_unknown=123)
10494
10495
10496def test_iterate_leaf_indexes():

Callers

nothing calls this directly

Calls 2

quantizeMethod · 0.95
PoolClass · 0.90

Tested by

no test coverage detected