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

Method append

python-package/lightgbmmt/engine.py:283–285  ·  view source on GitHub ↗

Add a booster to _CVBooster.

(self, booster)

Source from the content-addressed store, hash-verified

281 self.best_iteration = -1
282
283 def append(self, booster):
284 """Add a booster to _CVBooster."""
285 self.boosters.append(booster)
286
287 def __getattr__(self, name):
288 """Redirect methods call of _CVBooster."""

Callers 15

get_parameter_infosFunction · 0.80
get_namesFunction · 0.80
get_aliasFunction · 0.80
compile_cppFunction · 0.80
installMethod · 0.80
fitMethod · 0.80
_callbackFunction · 0.80
_initFunction · 0.80
find_lib_pathFunction · 0.80
param_dict_to_strFunction · 0.80
__init_from_list_np2dMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_sliced_dataMethod · 0.64
find_lib_pathFunction · 0.64
load_from_csrFunction · 0.64
load_from_cscFunction · 0.64
load_from_matFunction · 0.64
test_boosterFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64