* Generate column matrix from gHistIndex. * Avoid synchronization with the sparse page once the cache is written. * Cleanups: Remove member variables/functions, change the update routine to look like approx and gpu_hist. * Remove pruner.
11 lines
198 B
C++
11 lines
198 B
C++
/*!
|
|
* Copyright 2022 XGBoost contributors
|
|
*/
|
|
#include "param.h"
|
|
|
|
namespace xgboost {
|
|
namespace tree {
|
|
DMLC_REGISTER_PARAMETER(CPUHistMakerTrainParam);
|
|
} // namespace tree
|
|
} // namespace xgboost
|