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

Method InitPredict

src/application/application.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void Application::InitPredict() {
254 boosting_.reset(
255 Boosting::CreateBoosting("gbdt", config_.input_model.c_str()));
256 Log::Info("Finished initializing prediction, total used %d iterations", boosting_->GetCurrentIteration());
257}
258
259void Application::ConvertModel() {
260 boosting_.reset(

Callers 1

PredictorMethod · 0.45

Calls 2

resetMethod · 0.80
GetCurrentIterationMethod · 0.45

Tested by

no test coverage detected