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

Method GetPredictAt

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

Source from the content-addressed store, hash-verified

336 }
337
338 void GetPredictAt(int data_idx, double* out_result, int64_t* out_len) {
339 boosting_->GetPredictAt(data_idx, out_result, out_len);
340 }
341
342 void SaveModelToFile(int start_iteration, int num_iteration, const char* filename) {
343 boosting_->SaveModelToFile(start_iteration, num_iteration, filename);

Callers 1

LGBM_BoosterGetPredictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected