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

Method DumpModel

python-package/compile/src/c_api.cpp:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 std::string DumpModel(int start_iteration, int num_iteration) {
366 return boosting_->DumpModel(start_iteration, num_iteration);
367 }
368
369 std::vector<double> FeatureImportance(int num_iteration, int importance_type) {
370 return boosting_->FeatureImportance(num_iteration, importance_type);

Callers 1

LGBM_BoosterDumpModelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected