[Scikit-learn-commits] [scikit-learn/scikit-learn] 9a6e90: ENH: improve validation for SGD models to accept l...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9a6e90a945f319495941869c3ba94ff71a3c010a https://github.com/scikit-learn/scikit-learn/commit/9a6e90a945f319495941869c3ba94ff71a3c010a Author: Marc Bresson <[email protected]> Date: 2025-04-19 (Sat, 19 Apr 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.linear_model/30730.enhancement.rst M sklearn/linear_model/_stochastic_gradient.py M sklearn/linear_model/tests/test_sgd.py Log Message: --- ENH: improve validation for SGD models to accept l1_ratio=None when penalty is not `elasticnet` (#30730) Co-authored-by: Jérémie du Boisberranger Co-authored-by: Omar Salman To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: [email protected]
[Scikit-learn-commits] [scikit-learn/scikit-learn] 444c20: ENH: StratifiedShuffleSplit to mention classes wit...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 444c20d78046b6dc6a714db41d9a9fbb15e4ab81 https://github.com/scikit-learn/scikit-learn/commit/444c20d78046b6dc6a714db41d9a9fbb15e4ab81 Author: Marc Bresson <[email protected]> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.model_selection/32265.enhancement.rst M sklearn/ensemble/tests/test_gradient_boosting.py M sklearn/model_selection/_split.py M sklearn/neural_network/tests/test_mlp.py Log Message: --- ENH: StratifiedShuffleSplit to mention classes with too few members (#32265) Co-authored-by: Adrin Jalali To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/scikit-learn-commits.python.org Member address: [email protected]
