Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] FittedForecaster for using serialized/fitted forecasters #2903

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Jun 30, 2022

Draft PR containing a design study for use of serialized forecasters, e.g., pickled or fitted neural networks.

The FittedForecaster wraps an already fitted forecaster pre-trained on some other data, and exposes it under the sktime interface.
fit needs to be called again, but that does not change the original pre-trainedmodel. Instead, depending on parameter settings, it leaves the model unchanged, or updates it.

@fkiraly fkiraly added API design API design & software architecture module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting labels Jun 30, 2022
fkiraly added a commit that referenced this pull request Aug 9, 2023
Mirror of `skbase` sktime/skbase#212

This PR removes the `sklearn` dependency in `get_test_params`, by
replacing `_check_get_params_invariance` with an `skbase`-native
implementation.

The call to `clone` is replaced with the object's one `clone`method.

Related: #2903 which needs a custom
`clone` to function (due to a serialized estimator being a parameter).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API design API design & software architecture module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant