We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba94681 commit f7e69c1Copy full SHA for f7e69c1
src/tdamapper/_common.py
@@ -146,5 +146,5 @@ def clone(estimator):
146
:return: A new estimator with the same parameters.
147
:rtype: A scikit-learn compatible estimator
148
"""
149
- params = estimator.get_params(deep=True)
+ params = estimator.get_params(deep=False)
150
return type(estimator)(**params)
0 commit comments