MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / SaveModelToFile

Method SaveModelToFile

src/c_api.cpp:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 void SaveModelToFile(int start_iteration, int num_iteration, const char* filename) {
343 boosting_->SaveModelToFile(start_iteration, num_iteration, filename);
344 }
345
346 void SaveModelToFile(int start_iteration, int num_iteration,
347 int num_labels,

Callers 2

LGBM_BoosterSaveModelFunction · 0.45
LGBM_BoosterSaveModel2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected