Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ Booster
Method
Booster
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
7
test
Method · 0.45
test_add_features_same_booster_behaviour
Method · 0.45
test_cegb_affects_behavior
Method · 0.45
test_cegb_scaling_equalities
Method · 0.45
test_save_load_copy_pickle
Method · 0.45
test_pandas_categorical
Method · 0.45
test_pandas_categorical
Method · 0.45
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
7
test
Method · 0.36
test_add_features_same_booster_behaviour
Method · 0.36
test_cegb_affects_behavior
Method · 0.36
test_cegb_scaling_equalities
Method · 0.36
test_save_load_copy_pickle
Method · 0.36
test_pandas_categorical
Method · 0.36
test_pandas_categorical
Method · 0.36