Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ LGBM_GetLastError
Function
LGBM_GetLastError
src/c_api.cpp:474–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
// start of c_api functions
473
474
const char* LGBM_GetLastError() {
475
return LastErrorMsg();
476
}
477
478
int LGBM_DatasetCreateFromFile(const char* filename,
479
const char* parameters,
Callers
1
LGBM_GetLastError_R
Function · 0.70
Calls
1
LastErrorMsg
Function · 0.50
Tested by
no test coverage detected