Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ save_to_binary
Function
save_to_binary
tests/c_api_test/test_.py:83–84 ·
view source on GitHub ↗
(handle, filename)
Source
from the content-addressed store, hash-verified
81
82
83
def
save_to_binary(handle, filename):
84
LIB.LGBM_DatasetSaveBinary(handle, c_str(filename))
85
86
87
def
load_from_csr(filename, reference):
Callers
1
test_dataset
Function · 0.85
Calls
1
c_str
Function · 0.70
Tested by
no test coverage detected