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] sklearn 1.2.0 compatibility - remove normalize=False args from RidgeClassifierCV #3924

Merged
merged 2 commits into from Dec 19, 2022

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Dec 11, 2022

This PR removes superfluous normalize=False args from RidgeClassifierCV.

The arg has been deprecated in sklearn 1.2.0, but was default normalize=False prior.

Simply removing the arg makes the occurrences compatible with sklearn 1.2.0.

Further, this PR removes use of the normalize argument from one of the secondary notebooks.

@fkiraly fkiraly added the maintenance Continuous integration, unit testing & package distribution label Dec 11, 2022
patrickzib
patrickzib previously approved these changes Dec 11, 2022
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@patrickzib
Copy link
Contributor

Thank you, looks good. I cannot approve, as I do not have write access to sktime, yet.

@fkiraly fkiraly merged commit 540a269 into main Dec 19, 2022
@fkiraly fkiraly deleted the sklearn-120-normalize branch December 19, 2022 00:46
fkiraly added a commit that referenced this pull request Dec 19, 2022
#3922)

This PR updates the `sklearn` version bound to `<1.3`.

Includes fixes for `sklearn 1.2` compatibility:

* #3918
* #3919
* #3921
* #3923
* #3924
* #3926
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.

None yet

2 participants