Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc, name.
Browse files Browse the repository at this point in the history
trivialfis committed Dec 3, 2024
1 parent 423ac38 commit c5faa63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/xgboost/c_api.h
Original file line number Diff line number Diff line change
@@ -903,8 +903,10 @@ XGB_DLL int XGBoosterFree(BoosterHandle handle);

/**
* @brief Reset the booster object to release data caches used for training.
*
* @since 3.0.0
*/
XGB_DLL int XGBoosterFree(BoosterHandle handle);
XGB_DLL int XGBoosterReset(BoosterHandle handle);

/*!
* \brief Slice a model using boosting index. The slice m:n indicates taking all trees

0 comments on commit c5faa63

Please sign in to comment.