TreeRefresher note word spelling modification (#9223)
This commit is contained in:
parent
aba4559c4f
commit
fa2ab1f021
@ -20,7 +20,7 @@ namespace xgboost::tree {
|
|||||||
|
|
||||||
DMLC_REGISTRY_FILE_TAG(updater_refresh);
|
DMLC_REGISTRY_FILE_TAG(updater_refresh);
|
||||||
|
|
||||||
/*! \brief pruner that prunes a tree after growing finishs */
|
/*! \brief pruner that prunes a tree after growing finishes */
|
||||||
class TreeRefresher : public TreeUpdater {
|
class TreeRefresher : public TreeUpdater {
|
||||||
public:
|
public:
|
||||||
explicit TreeRefresher(Context const *ctx) : TreeUpdater(ctx) {}
|
explicit TreeRefresher(Context const *ctx) : TreeUpdater(ctx) {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user