| 257 | } |
| 258 | |
| 259 | void 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 |
nothing calls this directly
no test coverage detected