()
| 7018 | |
| 7019 | |
| 7020 | def test_lambda_mart(): |
| 7021 | pool = Pool(QUERYWISE_TRAIN_FILE, column_description=QUERYWISE_CD_FILE) |
| 7022 | cb = CatBoostRanker(loss_function='LambdaMart', iterations=3, devices='0') |
| 7023 | cb.fit(pool) |
| 7024 | |
| 7025 | |
| 7026 | @pytest.mark.parametrize('param_type', ['indices', 'strings']) |
nothing calls this directly
no test coverage detected