sktime / skbase

Base classes for creating scikit-learn-like parametric objects, and tools for working with them.
BSD 3-Clause "New" or "Revised" License
17 stars 11 forks source link

[ENH] `clone` method to handle nested `dict` #362

Closed fkiraly closed 2 weeks ago

fkiraly commented 2 weeks ago

This adds the ability to the clone methods to also clone nested dict-s.

Closes #280, see https://github.com/sktime/skbase/issues/280#issuecomment-2366869402