MCPcopy 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
227MAX_INT32 = (1 << 31) - 1

Callers 15

compile_cppFunction · 0.45
fitMethod · 0.45
_get_meta_dataMethod · 0.45
_callbackFunction · 0.45
_initFunction · 0.45
create_tree_digraphFunction · 0.45
plot_treeFunction · 0.45
find_lib_pathFunction · 0.45
_lazy_initMethod · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

find_lib_pathFunction · 0.36