MCPcopy
hub / github.com/scikit-learn/scikit-learn / get

Method get

sklearn/utils/_metadata_requests.py:1834–1835  ·  view source on GitHub ↗
(self, name, default=None)

Source from the content-addressed store, hash-verified

1832 # an empty dict on routed_params.ANYTHING.ANY_METHOD.
1833 class EmptyRequest:
1834 def get(self, name, default=None):
1835 return Bunch(**{method: dict() for method in METHODS})
1836
1837 def __getitem__(self, name):
1838 return Bunch(**{method: dict() for method in METHODS})

Callers 15

setup_moduleFunction · 0.80
fit_predictMethod · 0.80
decision_functionMethod · 0.80
_fit_transform_oneFunction · 0.80
_config.pyFile · 0.80
raccoon_face_or_skipFunction · 0.80
conftest.pyFile · 0.80
_fetch_fixtureFunction · 0.80

Calls 1

BunchClass · 0.90