-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Release highlights for 1.7 #31469
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
DOC Release highlights for 1.7 #31469
Conversation
It is a bit unfortunate, that one can't see the release notes of the rc, e.g. in https://scikit-learn.org/dev/whats_new/v1.7.html. Is there another place/link to have a look? |
Yes, during the RC we're in weird state. That's something we could try to improve. |
By the way @lorentzenchr, would you mind writing a quick paragraph for the added support of sample weight and losses in MLP ? I think it's worth making it clear that it was added for consistency with the other models (and not a signal that we intend to develop this estimator furthur 😄) |
I would have, but time is very short this week. Thanks for having taken care of it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @jeremiedbb
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
@scikit-learn/communication-team @scikit-learn/documentation-team @scikit-learn/core-devs fyi |
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
topics I've thought about so far:
parameters added to HTML repr
X_val in HistGradientBoosting
from_cv_results in RocCurveDisplay
Progress on array-api support
sample_weight support + new losses in MLP ?
support for sparse arrays ?
WIP