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

[MNT] Fix compatibility failures after sklearn 1.1.0 update, bump sklearn version bound to 1.2.0 #2633

Merged
merged 6 commits into from
May 13, 2022

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented May 12, 2022

This fixes various incompatibilities of sktime with the recent sklearn 1.1.0 release:

This PR also moves the newly introduced upper sklearn bound to 1.2.0.

@fkiraly fkiraly added the maintenance Continuous integration, unit testing & package distribution label May 12, 2022
@fkiraly fkiraly changed the title [MNT] Fix of _check_param_grid private import failure after sklearn 1.1.0 update, bump sklearn version bound to 1.2.0 [MNT] Fix compatibility failures after sklearn 1.1.0 update, bump sklearn version bound to 1.2.0 May 12, 2022
Copy link
Collaborator

@Lovkush-A Lovkush-A left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes are straightforward. one comment only - does not require any changes.

sktime/forecasting/model_selection/_tune.py Show resolved Hide resolved
@fkiraly fkiraly merged commit c7ba716 into main May 13, 2022
@fkiraly fkiraly deleted the fix-check_param_grid branch May 13, 2022 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Continuous integration, unit testing & package distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] sktime breaks with new scikit-learn 1.1.X due to private import
2 participants