sktime/skbase

[BUG] `reset` should not reset config

Closed this issue · 1 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