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

[BUG] clarify tuning estimators' docstrings and error messages in case of refit=False #4945

Merged
merged 5 commits into from Aug 1, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Jul 23, 2023

This PR fixes #4929

As discussed there, the refit=False parameter was incorrectly described in docstrings, and error messages that were raised were not informative.

This PR updates the docstring with a clear description of how refit=False is intended to be used, and adds an informative error message.

@fkiraly fkiraly added bug Something isn't working implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting labels Jul 23, 2023
@fkiraly fkiraly changed the title [BUG] pinpoint failure locus of ForecastingGridSearchCV.predict failure on refit=False [BUG] clarify tuning estimators' docstrings and error messages in cas of refit=False Jul 27, 2023
@fkiraly fkiraly marked this pull request as ready for review July 27, 2023 10:19
@fkiraly fkiraly changed the title [BUG] clarify tuning estimators' docstrings and error messages in cas of refit=False [BUG] clarify tuning estimators' docstrings and error messages in case of refit=False Jul 27, 2023
@fkiraly fkiraly merged commit 38026b4 into main Aug 1, 2023
24 checks passed
@fkiraly fkiraly deleted the start-fix-refit branch August 1, 2023 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working implementing framework Implementing or improving framework for learning tasks, e.g., base class functionality module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ForecastingGridSearchCV.predict fails on refit=False
1 participant