Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_params
Function · 0.45
_pprint_estimator
Method · 0.45
_safe_repr
Function · 0.45
_yield_classifier_checks
Function · 0.45
_check_sample_weight_equivalence
Function · 0.45
check_estimators_overwrite_params
Function · 0.45
check_parameters_default_constructible
Function · 0.45
check_get_params_invariance
Function · 0.45
check_set_params
Function · 0.45
check_fit_idempotent
Function · 0.45
check_fit_check_is_fitted
Function · 0.45
check_n_features_in
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected