You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ENH] Add Feature load_model to Deep Regressor Ensembles (#3130)
* fix: docs, fix: Correct misleading load_model docstring & resolve NameError in return type
* feat: implement load_model functionality to InceptionTimeRegressor and LiteTimeRegressor (Closes#2770)
* test: Add unit tests for load_model functionality (Issue #2770)
* style(docs): Resolve D205 ruff error by adding required blank line to all modified load_model docstrings.
* style(base): Final cleanup of base regressor docstring after merge.
* resolve return type in BaseDeepClassifier and BaseDeepRegressor
* revert return type of BaseDeepRegressor and BaseDeepClassifier to None
* Automatic `pre-commit` fixes
---------
Co-authored-by: rwtarpit <180088298+rwtarpit@users.noreply.github.com>
0 commit comments