Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ GetBoosting
Method
GetBoosting
python-package/compile/src/c_api.cpp:415–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
const Boosting* GetBoosting() const { return boosting_.get(); }
416
417
private:
418
const Dataset* train_data_;
Callers
10
LGBM_BoosterCreateFromModelfile
Function · 0.45
LGBM_BoosterLoadModelFromString
Function · 0.45
LGBM_BoosterGetNumClasses
Function · 0.45
LGBM_BoosterGetCurrentIteration
Function · 0.45
LGBM_BoosterNumModelPerIteration
Function · 0.45
LGBM_BoosterNumberOfTotalModel
Function · 0.45
LGBM_BoosterGetNumFeature
Function · 0.45
LGBM_BoosterGetEval
Function · 0.45
LGBM_BoosterGetNumPredict
Function · 0.45
LGBM_BoosterCalcNumPredict
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected