xgboost_lib-sys 3.0.5

Native bindings to the xgboost library
1
2
3
4
5
6
7
8
9
10
11
/**
 * Copyright 2023 by XGBoost Contributors
 */
#pragma once
#include <xgboost/context.h>  // for Context

namespace xgboost::ltr {
void TestNDCGCache(Context const* ctx);

void TestMAPCache(Context const* ctx);
}  // namespace xgboost::ltr