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

Class LightGBMError

python-package/lightgbmmt/basic.py:170–173  ·  view source on GitHub ↗

Error thrown by LightGBM.

Source from the content-addressed store, hash-verified

168
169
170class LightGBMError(Exception):
171 """Error thrown by LightGBM."""
172
173 pass
174
175
176class _ConfigAliases(object):

Callers 14

__init__Method · 0.85
_safe_callFunction · 0.85
__get_num_predsMethod · 0.85
_set_predictorMethod · 0.85
set_referenceMethod · 0.85
get_dataMethod · 0.85
num_dataMethod · 0.85
num_featureMethod · 0.85
add_validMethod · 0.85
updateMethod · 0.85
refitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected