-
Notifications
You must be signed in to change notification settings - Fork 208
[ENH] Implement model loading functionality for InceptionTimeRegressor #2726
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
base: main
Are you sure you want to change the base?
[ENH] Implement model loading functionality for InceptionTimeRegressor #2726
Conversation
Thank you for contributing to
|
Reference Issues/PRs
Addresses #2673
What does this implement/fix? Explain your changes.
load_model
functionality forInceptionTimeRegressor
andLITETimeRegressor
to enable loading pre-trained regression ensemble models.load_model
functionality, including prediction consistency and error handling.is_fitted
flag for loaded models to ensure proper state tracking.PR Checklist
For all contributions
For new estimators and functions
load_model
docstrings to the API documentation.Does your contribution introduce a new dependency?
No new dependencies are introduced.