Estimator
Modules
Data Handling
Clones the estimator without copying any fitted attributes. All parameters of this estimator are copied via copy.deepcopy().
copy.deepcopy()
TypeVar(E, bound= BaseEstimator)
TypeVar
E
The cloned estimator with the same parameters.