Implement NDCG cache. (#8893)
This commit is contained in:
9
tests/cpp/common/test_ranking_utils.h
Normal file
9
tests/cpp/common/test_ranking_utils.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Copyright 2023 by XGBoost Contributors
|
||||
*/
|
||||
#pragma once
|
||||
#include <xgboost/context.h> // for Context
|
||||
|
||||
namespace xgboost::ltr {
|
||||
void TestNDCGCache(Context const* ctx);
|
||||
} // namespace xgboost::ltr
|
||||
Reference in New Issue
Block a user