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

Method ConvertModel

src/application/application.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void Application::ConvertModel() {
260 boosting_.reset(
261 Boosting::CreateBoosting(config_.boosting, config_.input_model.c_str()));
262 boosting_->SaveModelToIfElse(-1, config_.convert_model.c_str());
263}
264
265
266} // namespace LightGBM

Callers

nothing calls this directly

Calls 2

resetMethod · 0.80
SaveModelToIfElseMethod · 0.45

Tested by

no test coverage detected