[Scikit-learn-commits] [scikit-learn/scikit-learn] 1eff92: DOC Fix typos found by codespell (#31277)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 1eff92be756f6d0e99807a5b9b4ee6a292523b52 https://github.com/scikit-learn/scikit-learn/commit/1eff92be756f6d0e99807a5b9b4ee6a292523b52 Author: Dimitri Papadopoulos Orfanos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M build_tools/codespell_ignore_words.txt M examples/feature_selection/plot_rfe_with_cross_validation.py M pyproject.toml Log Message: --- DOC Fix typos found by codespell (#31277) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] ebf071: MNT Avoid pre-commit failures (#31276)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: ebf071e8feb0e4e196deee466d500e24a300c9c7 https://github.com/scikit-learn/scikit-learn/commit/ebf071e8feb0e4e196deee466d500e24a300c9c7 Author: Dimitri Papadopoulos Orfanos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: Log Message: --- MNT Avoid pre-commit failures (#31276) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] 4985e6: ENH `check_classification_targets` raises a warnin...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 4985e693eeed4f78738f63bbf54f8b31ecb4d5f8 https://github.com/scikit-learn/scikit-learn/commit/4985e693eeed4f78738f63bbf54f8b31ecb4d5f8 Author: Rahil Parikh <75483881+rp...@users.noreply.github.com> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.utils/26335.enhancement.rst M sklearn/utils/multiclass.py M sklearn/utils/tests/test_multiclass.py Log Message: --- ENH `check_classification_targets` raises a warning when unique classes > 50% of `n_samples` (#26335) Co-authored-by: Guillaume Lemaitre Co-authored-by: adrinjalali Co-authored-by: Tim Head To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] 6c8bf6: MNT git ignore application of ruff PGH rules (#312...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 6c8bf6e9be20f910f132c6aa6469cbd8f3822579 https://github.com/scikit-learn/scikit-learn/commit/6c8bf6e9be20f910f132c6aa6469cbd8f3822579 Author: Dimitri Papadopoulos Orfanos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M .git-blame-ignore-revs Log Message: --- MNT git ignore application of ruff PGH rules (#31226) (#31265) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] f0cbbb: DOC Minor update to CalibratedClassifierCV docstri...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f0cd03c7b3ea7daeeeba4f8e941b9223afa5 https://github.com/scikit-learn/scikit-learn/commit/f0cd03c7b3ea7daeeeba4f8e941b9223afa5 Author: Benjamin Danek Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M sklearn/calibration.py Log Message: --- DOC Minor update to CalibratedClassifierCV docstring (#31275) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] d51f17: TST Enhance ROC Curve Display Tests for Improved C...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d51f17b6959a569fd3f1beb2965c625fd4e411ac https://github.com/scikit-learn/scikit-learn/commit/d51f17b6959a569fd3f1beb2965c625fd4e411ac Author: mohammed benyamna Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M sklearn/metrics/_plot/tests/test_roc_curve_display.py Log Message: --- TST Enhance ROC Curve Display Tests for Improved Clarity and Maintainability (#31266) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] 7db101: DOC Improve consistency of inverse_transform retur...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 7db1015b0c20fdc3acb2741c4c7cb38a71db18ea https://github.com/scikit-learn/scikit-learn/commit/7db1015b0c20fdc3acb2741c4c7cb38a71db18ea Author: Jérémie du Boisberranger Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M sklearn/cluster/_feature_agglomeration.py M sklearn/cross_decomposition/_pls.py M sklearn/decomposition/_base.py M sklearn/decomposition/_dict_learning.py M sklearn/decomposition/_fastica.py M sklearn/decomposition/_kernel_pca.py M sklearn/decomposition/_nmf.py M sklearn/feature_extraction/_dict_vectorizer.py M sklearn/feature_extraction/text.py M sklearn/feature_selection/_base.py M sklearn/model_selection/_search.py M sklearn/pipeline.py M sklearn/preprocessing/_data.py M sklearn/preprocessing/_discretization.py M sklearn/preprocessing/_encoders.py M sklearn/preprocessing/_function_transformer.py M sklearn/preprocessing/_label.py Log Message: --- DOC Improve consistency of inverse_transform return name (#31135) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] e29d72: FIX TST `test_precomputed_nearest_neighbors_filter...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: e29d727ce8e6ff75797bec87a232d2e737e59dd1 https://github.com/scikit-learn/scikit-learn/commit/e29d727ce8e6ff75797bec87a232d2e737e59dd1 Author: Olivier Grisel Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M sklearn/cluster/tests/test_spectral.py Log Message: --- FIX TST `test_precomputed_nearest_neighbors_filtering[60]` failure on CI (#31262) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] d042d6: MNT Apply ruff/flake8-executable rules (EXE) (#31063)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d042d68dbe482e22b60a20242cd34b8ca7d60ffb https://github.com/scikit-learn/scikit-learn/commit/d042d68dbe482e22b60a20242cd34b8ca7d60ffb Author: Dimitri Papadopoulos Orfanos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: M doc/sphinxext/allow_nan_estimators.py M examples/miscellaneous/plot_pipeline_display.py M sklearn/_build_utils/version.py M sklearn/cluster/_optics.py M sklearn/ensemble/tests/test_weight_boosting.py Log Message: --- MNT Apply ruff/flake8-executable rules (EXE) (#31063) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com
[Scikit-learn-commits] [scikit-learn/scikit-learn] 46727e: ENH add X_val and y_val to HGBT.fit (#27124)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 46727eff52b57f3767a1828dfa4ca55456a25920 https://github.com/scikit-learn/scikit-learn/commit/46727eff52b57f3767a1828dfa4ca55456a25920 Author: Christian Lorentzen Date: 2025-04-30 (Wed, 30 Apr 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.ensemble/27124.feature.rst M sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py M sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py Log Message: --- ENH add X_val and y_val to HGBT.fit (#27124) To unsubscribe from these emails, change your notification settings at https://github.com/scikit-learn/scikit-learn/settings/notifications ___ Scikit-learn-commits mailing list -- scikit-learn-commits@python.org To unsubscribe send an email to scikit-learn-commits-le...@python.org https://mail.python.org/mailman3/lists/scikit-learn-commits.python.org/ Member address: arch...@mail-archive.com