xgboost/tests/cpp/common/test_ranking_utils.h
2023-03-13 22:16:31 +08:00

10 lines
203 B
C++

/**
* Copyright 2023 by XGBoost Contributors
*/
#pragma once
#include <xgboost/context.h> // for Context
namespace xgboost::ltr {
void TestNDCGCache(Context const* ctx);
} // namespace xgboost::ltr