Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ get
Method
get
python-package/lightgbmmt/basic.py:220–224 ·
view source on GitHub ↗
(cls, *args)
Source
from the content-addressed store, hash-verified
218
219
@classmethod
220
def
get(cls, *args):
221
ret = set()
222
for
i in args:
223
ret |= cls.aliases.get(i, set())
224
return
ret
225
226
227
MAX_INT32 = (1 << 31) - 1
Callers
15
gen_parameter_description
Function · 0.45
compile_cpp
Function · 0.45
fit
Method · 0.45
_get_meta_data
Method · 0.45
_callback
Function · 0.45
_init
Function · 0.45
create_tree_digraph
Function · 0.45
plot_tree
Function · 0.45
find_lib_path
Function · 0.45
_set_init_score_by_predictor
Method · 0.45
_lazy_init
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
find_lib_path
Function · 0.36