Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ Booster
Method
Booster
python-package/compile/src/c_api.cpp:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
class Booster {
99
public:
100
explicit Booster(const char* filename) {
101
boosting_.reset(Boosting::CreateBoosting(
"gbdt"
, filename));
102
}
103
104
Booster(const Dataset* train_data,
105
const char* parameters) {
Callers
nothing calls this directly
Calls
6
reset
Method · 0.80
omp_set_num_threads
Function · 0.50
Set
Method · 0.45
size
Method · 0.45
Init
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected