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

Method Run

python-package/compile/include/LightGBM/application.h:78–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78inline void Application::Run() {
79 if (config_.task == TaskType::kPredict || config_.task == TaskType::KRefitTree) {
80 InitPredict();
81 Predict();
82 } else if (config_.task == TaskType::kConvertModel) {
83 ConvertModel();
84 } else {
85 InitTrain();
86 Train();
87 }
88}
89
90} // namespace LightGBM
91

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected