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

Method get_params

sklearn/utils/_testing.py:1229–1230  ·  view source on GitHub ↗
(self, deep=True)

Source from the content-addressed store, hash-verified

1227 self.param = param
1228
1229 def get_params(self, deep=True):
1230 return {"param": self.param}
1231
1232 def set_params(self, **params):
1233 for key, value in params.items():

Callers 15

_changed_paramsFunction · 0.45
_pprint_estimatorMethod · 0.45
_safe_reprFunction · 0.45
_yield_classifier_checksFunction · 0.45
check_set_paramsFunction · 0.45
check_fit_idempotentFunction · 0.45
check_n_features_inFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected