-
Notifications
You must be signed in to change notification settings - Fork 110
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
Support scikit-learn 0.24.1 #71
base: master
Are you sure you want to change the base?
Conversation
Is this repository still active? Current stable is 0.24.2. |
This PR is 6 months old. Any chance we can get a more recent version of sklearn supported soon (even 1.0 was released in the meantime)? My problem is that sklearn 0.23.2 is not compatible with Python > 3.8... |
We (me and @ling1209 ) would love to merge this change upstream. Let us know what should we do to make it mergeable |
Probably people opening AWS support cases… |
@awsbmillare can you tell us if and when a more recent version of sklearn is going to be supported? |
@ling1209 it seems now the PR has accumulated merge conflicts... Maybe it's worth resolving those. |
We are actively working on the 1.0.* version, would that also work? |
Even better yes. Glad you take that on 🥳 |
*Issue #67 *
Description of changes: Upgrade the scikit-learn version from 0.23.2 to 0.24.1, which is the latest version of scikit-learn.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.