-
Notifications
You must be signed in to change notification settings - Fork 551
[Request] Make new releases compatible with modern scikit-learn #1071
Comments
I would be happy if only current master with the fix to support sklearn 1.0 #1063 would be released. |
I think there should be a interim 0.8.2 release with current master (call it compatibility release?) From a projects perspective, it's pretty risky to merge a ton of PR's right before a Release - people testing specific PR's or branches (like requested above) will often not have the edge-cases other users encounter. While current master would be pretty stable as far as i can see (the above PR's don't seem to fix anything that wasn't present in 0.8.1 as well). |
@kernc with the release of 0.9.0, feel free to close this. I can also update it to serve as information for people coming on the repo. Though an official, pinned issue would probably be better for that. |
@RNarayan73 you should use the above |
I tested the multimetric feature in the unofficial branch and it works fine. |
Thanks! the multi-metric is working for me as well on this branch! hope this can be merge in the future to the main branch |
I'm afraid the library hasn't been updated for other a year, so this is unlikely. The last 0.9.0 release is quite dated, and there hasn't been any activity from the maintainers since. |
Uh oh!
There was an error while loading. Please reload this page.
Making a 0.9 release, compatible with
scikit-learn>=0.24
, and one with the new features would be nice.0.9.0 release (Already released) (bugfixes, compatibility with
scikit-learn>=0.24
):Unmerged PR:
Unofficial test branch
I have made an unofficial test branch on my fork,
unofficial
, for testing some of those features. If someone wishes to test features & fixes, one can install from source usingWarning: If you are using this unofficial branch, before reporting an issue:
master
branch from this repo, open an issue in this repoSee also:
#1059
EDIT: edited plan to reflect @xmatthias comment
EDIT: edited to reflect release of 0.9.0 version
EDIT: update test branch, formatting
The text was updated successfully, but these errors were encountered: