sktime / skbase

Base classes for creating scikit-learn-like parametric objects, and tools for working with them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] `reset` should not reset config

fkiraly opened this issue · comments

Calling reset should not reset config - otherwise configs cannot be used in typical BaseEstimator descendants, which call reset at the start of fit.

Fixed in #259