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

Method __sklearn_clone__

sklearn/base.py:444–445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

442 return self
443
444 def __sklearn_clone__(self):
445 return _clone_parametrized(self)
446
447 def __repr__(self, N_CHAR_MAX=700):
448 # N_CHAR_MAX is the (approximate) maximum number of non-blank

Callers 1

cloneFunction · 0.45

Calls 1

_clone_parametrizedFunction · 0.85

Tested by

no test coverage detected