MCPcopy 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
83def save_to_binary(handle, filename):
84 LIB.LGBM_DatasetSaveBinary(handle, c_str(filename))
85
86
87def load_from_csr(filename, reference):

Callers 1

test_datasetFunction · 0.85

Calls 1

c_strFunction · 0.70

Tested by

no test coverage detected