[Scikit-learn-commits] [scikit-learn/scikit-learn] e40940: DOC: Remove 'print(__doc__)' in scikit-learn examp...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: e409401e6a7c1431b0e3ba38b58adea41c197219 https://github.com/scikit-learn/scikit-learn/commit/e409401e6a7c1431b0e3ba38b58adea41c197219 Author: Christine P. Chai Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M examples/cluster/plot_bisect_kmeans.py M examples/compose/plot_transformed_target.py M examples/gaussian_process/plot_gpr_co2.py M examples/mixture/plot_gmm_init.py Log Message: --- DOC: Remove 'print(__doc__)' in scikit-learn examples (#32529) 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] d54c18: CI Dependabot update with CUDA CI fix (#32413)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d54c1820badeb1e817af73a2694f4103c29f65fc https://github.com/scikit-learn/scikit-learn/commit/d54c1820badeb1e817af73a2694f4103c29f65fc Author: Tim Head Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M .github/workflows/bot-lint-comment.yml M .github/workflows/check-changelog.yml M .github/workflows/check-sdist.yml M .github/workflows/codeql.yml M .github/workflows/codespell.yml M .github/workflows/cuda-ci.yml M .github/workflows/emscripten.yml M .github/workflows/labeler-title-regex.yml M .github/workflows/lint.yml M .github/workflows/publish_pypi.yml M .github/workflows/unit-tests.yml M .github/workflows/update-lock-files.yml M .github/workflows/update_tracking_issue.yml M .github/workflows/wheels.yml Log Message: --- CI Dependabot update with CUDA CI fix (#32413) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Loïc Estève 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]
[Scikit-learn-commits] [scikit-learn/scikit-learn] 124e19: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 124e19c0bd366e069ee2cf12803eafbb05a7d43f https://github.com/scikit-learn/scikit-learn/commit/124e19c0bd366e069ee2cf12803eafbb05a7d43f Author: HulusiOzy <[email protected]> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pxd.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pxd.tp (#32411) 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] 6e2228: CI Set `COMMIT_MESSAGE` to allow commit markers de...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 6e222813b8f84621f9c98f2fcf496fa53f607007 https://github.com/scikit-learn/scikit-learn/commit/6e222813b8f84621f9c98f2fcf496fa53f607007 Author: Thomas S. Date: 2025-10-16 (Thu, 16 Oct 2025) Changed paths: M .github/workflows/unit-tests.yml M build_tools/azure/test_script.sh Log Message: --- CI Set `COMMIT_MESSAGE` to allow commit markers detection in `unit-tests.yml` (#32501) 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] 66cd31: MNT Use absolute import in _random.pxd (#32396)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 66cd31e1dc98b56f39f4c83ef5d8cf2600996d35 https://github.com/scikit-learn/scikit-learn/commit/66cd31e1dc98b56f39f4c83ef5d8cf2600996d35 Author: zodchi94 Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/utils/_random.pxd Log Message: --- MNT Use absolute import in _random.pxd (#32396) 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] 652890: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 652890cdcdff335e673992ebe7334df34d3a2350 https://github.com/scikit-learn/scikit-learn/commit/652890cdcdff335e673992ebe7334df34d3a2350 Author: Nitin Pratap Singh <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_fast.pyx Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_fast.pyx (#32408) 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] 428a8c: FIX Substitute validate_data when both _check_feat...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 428a8cbdcbc0241c40209ac68653ac11b9e9e505 https://github.com/scikit-learn/scikit-learn/commit/428a8cbdcbc0241c40209ac68653ac11b9e9e505 Author: Andrés H. Zapke <[email protected]> Date: 2025-10-18 (Sat, 18 Oct 2025) Changed paths: M sklearn/compose/_column_transformer.py M sklearn/preprocessing/_encoders.py Log Message: --- FIX Substitute validate_data when both _check_feature_names and _check_n_features are used (#32481) 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] fc60c4: :lock: :robot: CI Update lock files for scipy-dev ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fc60c4659e11d1fa31839410438d21bcce2e259b https://github.com/scikit-learn/scikit-learn/commit/fc60c4659e11d1fa31839410438d21bcce2e259b Author: scikit-learn-bot Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot: (#32484) Co-authored-by: Lock file bot 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] 9eb74c: FEA Add support for sparse input matrices in TSNE ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9eb74c4146a75bd684da48286f8be9a0aa58441e https://github.com/scikit-learn/scikit-learn/commit/9eb74c4146a75bd684da48286f8be9a0aa58441e Author: Arturo Amor <[email protected]> Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.manifold/32433.feature.rst M examples/neighbors/approximate_nearest_neighbors.py M sklearn/manifold/_t_sne.py M sklearn/manifold/tests/test_t_sne.py Log Message: --- FEA Add support for sparse input matrices in TSNE (#32433) 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] c6b547: FIX Guess theme based on estimator parent node col...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c6b547c57e79cb72bb19b5e032ad2a2f028bdfea https://github.com/scikit-learn/scikit-learn/commit/c6b547c57e79cb72bb19b5e032ad2a2f028bdfea Author: Matt J. Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M doc/conf.py A doc/js/scripts/theme-observer.js M sklearn/utils/_repr_html/estimator.js Log Message: --- FIX Guess theme based on estimator parent node color (#32477) 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] 8abb89: :lock: :robot: CI Update lock files for free-threa...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 8abb89f0788d5a7763936ff317c30c4e35ce722f https://github.com/scikit-learn/scikit-learn/commit/8abb89f0788d5a7763936ff317c30c4e35ce722f Author: scikit-learn-bot Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M build_tools/azure/pylatest_free_threaded_linux-64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for free-threaded CI build(s) :lock: :robot: (#32483) Co-authored-by: Lock file bot 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] 12468c: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 12468c57a94959ea853146a1043d6f2db4111a00 https://github.com/scikit-learn/scikit-learn/commit/12468c57a94959ea853146a1043d6f2db4111a00 Author: BRYANT MUSI BABILA Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/metrics/cluster/_expected_mutual_info_fast.pyx Log Message: --- MNT Switch to absolute imports in sklearn/metrics/cluster/_expected_mutual_info_fast.pyx (#32453) 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] 131bfb: MNT Switch to absolute imports in sklearn/neighbor...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 131bfb0b23a3f48f419e5e93635abfd28791f634 https://github.com/scikit-learn/scikit-learn/commit/131bfb0b23a3f48f419e5e93635abfd28791f634 Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/neighbors/_partition_nodes.pxd Log Message: --- MNT Switch to absolute imports in sklearn/neighbors/_partition_nodes.pxd (#32364) 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] 53d262: MNT Use absolute imports in sklearn/tree/_utils.py...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 53d26203ed5f1f2f18b38d191fda4967d5c1f7e9 https://github.com/scikit-learn/scikit-learn/commit/53d26203ed5f1f2f18b38d191fda4967d5c1f7e9 Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_utils.pyx Log Message: --- MNT Use absolute imports in sklearn/tree/_utils.pyx (#32398) 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] f20fa0: MNT Switch to absolute imports in sklearn\utils\ar...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f20fa080c8a52345f3af4472db5ee976db1c8c05 https://github.com/scikit-learn/scikit-learn/commit/f20fa080c8a52345f3af4472db5ee976db1c8c05 Author: Gowtham Kumar K. <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/utils/arrayfuncs.pyx Log Message: --- MNT Switch to absolute imports in sklearn\utils\arrayfuncs.pyx (#32363) 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] 27ecba: MNT Replace relative import in sklearn/metrics/_di...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 27ecbad0283d6479ccf99bf44dea4b592bc47715 https://github.com/scikit-learn/scikit-learn/commit/27ecbad0283d6479ccf99bf44dea4b592bc47715 Author: Luigi Giugliano Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M sklearn/metrics/_dist_metrics.pxd.tp Log Message: --- MNT Replace relative import in sklearn/metrics/_dist_metrics.pxd.tp (#32425) 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] c03b14: MNT Switch to absolute imports in sklearn/cluster/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c03b144c090e8a231dc02556300c522d573bb7ad https://github.com/scikit-learn/scikit-learn/commit/c03b144c090e8a231dc02556300c522d573bb7ad Author: Gowtham Kumar K. <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_hdbscan/_linkage.pyx Log Message: --- MNT Switch to absolute imports in sklearn/cluster/_hdbscan/_linkage.pyx (#32366) 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] eab19c: MAINT remove the conda-forge/label/python_rc from ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: eab19cb0d57262e41cc5f7ed647d2004d90b039e https://github.com/scikit-learn/scikit-learn/commit/eab19cb0d57262e41cc5f7ed647d2004d90b039e Author: Olivier Grisel Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M build_tools/azure/pylatest_free_threaded_environment.yml M build_tools/azure/pylatest_free_threaded_linux-64_conda.lock M build_tools/update_environments_and_lock_files.py Log Message: --- MAINT remove the conda-forge/label/python_rc from the free-threaded lock file config (#32488) 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] 48da49: ENH No limit on max_features for SelectFromModel (...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 48da497b4ecc3eeadb3c96aecebcbe03b4514d7e https://github.com/scikit-learn/scikit-learn/commit/48da497b4ecc3eeadb3c96aecebcbe03b4514d7e Author: ThibaultDECO <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.feature_selection/31939.enhancement.rst M sklearn/feature_selection/_from_model.py M sklearn/feature_selection/tests/test_from_model.py Log Message: --- ENH No limit on max_features for SelectFromModel (#31939) Co-authored-by: Adrin Jalali Co-authored-by: Jérémie du Boisberranger 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] d163a7: MNT Switch to absolute imports in sklearn/preproce...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d163a7aa0de5bccb2c7047ef805c8b2569bb8f3a https://github.com/scikit-learn/scikit-learn/commit/d163a7aa0de5bccb2c7047ef805c8b2569bb8f3a Author: Zijun yi Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M sklearn/preprocessing/_csr_polynomial_expansion.pyx Log Message: --- MNT Switch to absolute imports in sklearn/preprocessing/_csr_polynomial_expansion.pyx (#32423) 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] ed0e7a: CI Revert pytest verbose and skipped summary (#32417)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: ed0e7a0ae9b70cc5faefefb52e5fda0dc84ecbe5 https://github.com/scikit-learn/scikit-learn/commit/ed0e7a0ae9b70cc5faefefb52e5fda0dc84ecbe5 Author: Loïc Estève Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M build_tools/azure/test_script.sh Log Message: --- CI Revert pytest verbose and skipped summary (#32417) 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] 09685c: MNT Switch to absolute imports in sklearn/linear_m...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 09685cda683bb334fe7a75003b08b3c9a19ed151 https://github.com/scikit-learn/scikit-learn/commit/09685cda683bb334fe7a75003b08b3c9a19ed151 Author: R Sagar Shresti <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/linear_model/_sgd_fast.pyx.tp Log Message: --- MNT Switch to absolute imports in sklearn/linear_model/_sgd_fast.pyx.tp (#32373) 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] fd0343: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: fd0343ef9954153e6dfecf8f9548c39b0dce0781 https://github.com/scikit-learn/scikit-learn/commit/fd0343ef9954153e6dfecf8f9548c39b0dce0781 Author: BRYANT MUSI BABILA Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_base.pxd.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_base.pxd.tp (#32450) 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] d0ae1a: Register scorer objects for `d2_log_loss_score` an...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: d0ae1a3cbc081db7c1c7bf1f2a301170a4170ba8 https://github.com/scikit-learn/scikit-learn/commit/d0ae1a3cbc081db7c1c7bf1f2a301170a4170ba8 Author: Olivier Grisel Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M doc/modules/model_evaluation.rst A doc/whats_new/upcoming_changes/sklearn.metrics/32356.efficiency.rst A doc/whats_new/upcoming_changes/sklearn.metrics/32356.fix.rst M sklearn/metrics/_classification.py M sklearn/metrics/_scorer.py M sklearn/metrics/tests/test_common.py M sklearn/metrics/tests/test_score_objects.py Log Message: --- Register scorer objects for `d2_log_loss_score` and `d2_brier_score` (#32356) 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] 289c0e: TST Fix too sensitive test in `test_sparse_pca.py`...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 289c0e1ba418bd54b3c484c81ee784f1ec9814f2 https://github.com/scikit-learn/scikit-learn/commit/289c0e1ba418bd54b3c484c81ee784f1ec9814f2 Author: Maren Westermann Date: 2025-10-01 (Wed, 01 Oct 2025) Changed paths: M sklearn/decomposition/tests/test_sparse_pca.py Log Message: --- TST Fix too sensitive test in `test_sparse_pca.py` (#32221) 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] 8eb56f: :lock: :robot: CI Update lock files for scipy-dev ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 8eb56f29acbeb797ab60f054698241a887db12a3 https://github.com/scikit-learn/scikit-learn/commit/8eb56f29acbeb797ab60f054698241a887db12a3 Author: scikit-learn-bot Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M build_tools/azure/pylatest_pip_scipy_dev_linux-64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for scipy-dev CI build(s) :lock: :robot: (#32295) Co-authored-by: Lock file bot 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] 5bdce5: MNT ensure `_average` respects `xp` in all metrics...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 5bdce5682e5f1b9d4ba11093d8b27635b3e5c8d1 https://github.com/scikit-learn/scikit-learn/commit/5bdce5682e5f1b9d4ba11093d8b27635b3e5c8d1 Author: Virgil Chan Date: 2025-09-29 (Mon, 29 Sep 2025) Changed paths: M sklearn/metrics/_classification.py M sklearn/metrics/_regression.py M sklearn/utils/_array_api.py Log Message: --- MNT ensure `_average` respects `xp` in all metrics (#32293) 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] b4da3a: DOC: Add reference URLs to randomized SVD (#32261)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b4da3a8ad8a4743fdf139ca16fd3f7435b77471d https://github.com/scikit-learn/scikit-learn/commit/b4da3a8ad8a4743fdf139ca16fd3f7435b77471d Author: Christine P. Chai Date: 2025-09-24 (Wed, 24 Sep 2025) Changed paths: M sklearn/utils/extmath.py Log Message: --- DOC: Add reference URLs to randomized SVD (#32261) 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] af4e66: MNT Switch to absolute imports in sklearn/utils/_h...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: af4e66cc6ee6e495f251dfee6f9326690e0c431c https://github.com/scikit-learn/scikit-learn/commit/af4e66cc6ee6e495f251dfee6f9326690e0c431c Author: Miguel Fernandes <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/utils/_heap.pyx Log Message: --- MNT Switch to absolute imports in sklearn/utils/_heap.pyx (#32370) 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] 9d4e22: MNT Switch to absolute imports in sklearn/utils/_f...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9d4e225096b4addd9195024e1b206bc9c8168ab8 https://github.com/scikit-learn/scikit-learn/commit/9d4e225096b4addd9195024e1b206bc9c8168ab8 Author: Dipak Dhangar Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M sklearn/utils/_fast_dict.pyx Log Message: --- MNT Switch to absolute imports in sklearn/utils/_fast_dict.pyx (#32317) 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] f62111: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f621117e4950b8f78d96a984c8d69ecc1f3e4db7 https://github.com/scikit-learn/scikit-learn/commit/f621117e4950b8f78d96a984c8d69ecc1f3e4db7 Author: BRYANT MUSI BABILA <[email protected]> Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_argkmin.pxd.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_argkmin.pxd.tp (#32440) 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] bb9971: MNT Clean-up deprecations for 1.8: Deprecation of ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: bb9971f630bbb6b1479c1bae7d436c6450fa4627 https://github.com/scikit-learn/scikit-learn/commit/bb9971f630bbb6b1479c1bae7d436c6450fa4627 Author: François Paugam <[email protected]> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/metrics/_scorer.py M sklearn/metrics/tests/test_score_objects.py Log Message: --- MNT Clean-up deprecations for 1.8: Deprecation of response_method=None in make_scorer (#32457) 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] 8c14a3: CI Work-around hang in macOS Intel wheels with sci...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 8c14a32e33a2024d05c5bb4f2087cd4d309cd275 https://github.com/scikit-learn/scikit-learn/commit/8c14a32e33a2024d05c5bb4f2087cd4d309cd275 Author: Loïc Estève Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M .github/workflows/wheels.yml Log Message: --- CI Work-around hang in macOS Intel wheels with scipy 1.16.2 (#32273) 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] 830a7d: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 830a7df3a02e295c5cbdfa4d833bad93f8e977f2 https://github.com/scikit-learn/scikit-learn/commit/830a7df3a02e295c5cbdfa4d833bad93f8e977f2 Author: Gowtham Kumar K. <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_base.pyx.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_base.pyx.tp (#32369) 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] 4f26f4: MNT Use relative import in sklearn/cluster/_hierar...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 4f26f4a75d1b46d88914473652644589ac1c8e6b https://github.com/scikit-learn/scikit-learn/commit/4f26f4a75d1b46d88914473652644589ac1c8e6b Author: Mahdi Abid <[email protected]> Date: 2025-10-02 (Thu, 02 Oct 2025) Changed paths: M sklearn/cluster/_hierarchical_fast.pyx Log Message: --- MNT Use relative import in sklearn/cluster/_hierarchical_fast.pyx (#32337) 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] c3506f: DOC Add link to plot_lasso_lars_ic in LassoLarsIC ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c3506f5177ccf36614b4e5930aad81e8f6a8ba7f https://github.com/scikit-learn/scikit-learn/commit/c3506f5177ccf36614b4e5930aad81e8f6a8ba7f Author: VirenPassi <[email protected]> Date: 2025-09-24 (Wed, 24 Sep 2025) Changed paths: M sklearn/linear_model/_least_angle.py Log Message: --- DOC Add link to plot_lasso_lars_ic in LassoLarsIC docstring (#31617) Co-authored-by: adrinjalali 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] b37320: :lock: :robot: CI Update lock files for array-api ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b37320bad2a45968213c247b5b46ee29a71bb212 https://github.com/scikit-learn/scikit-learn/commit/b37320bad2a45968213c247b5b46ee29a71bb212 Author: scikit-learn-bot Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M build_tools/github/pylatest_conda_forge_cuda_array-api_linux-64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for array-api CI build(s) :lock: :robot: (#32485) Co-authored-by: Lock file bot 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] 2a02bd: MNT Refactor the screening in enet_coordinate_desc...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 2a02bd3c8291616c276c67b855a31ed45957063f https://github.com/scikit-learn/scikit-learn/commit/2a02bd3c8291616c276c67b855a31ed45957063f Author: Omar Salman Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/linear_model/_cd_fast.pyx Log Message: --- MNT Refactor the screening in enet_coordinate_descent_gram (#32197) Co-authored-by: Olivier Grisel 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] 86dc06: MNT Switch to absolute imports in sklearn/tree/_tr...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 86dc069b4ce9c65eb8c1e884622fe9739e3296ca https://github.com/scikit-learn/scikit-learn/commit/86dc069b4ce9c65eb8c1e884622fe9739e3296ca Author: Kyle S Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_tree.pyx Log Message: --- MNT Switch to absolute imports in sklearn/tree/_tree.pyx (#32409) 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] dc72b5: MNT Switch to absolute imports in sklearn/tree/_pa...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: dc72b5c2b37c08ec1f21da0bc14f1b1c8d6bbddf https://github.com/scikit-learn/scikit-learn/commit/dc72b5c2b37c08ec1f21da0bc14f1b1c8d6bbddf Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_partitioner.pxd Log Message: --- MNT Switch to absolute imports in sklearn/tree/_partitioner.pxd (#32375) 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] 5b7769: MNT Switch to absolute imports in sklearn/tree/_sp...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 5b7769b10dfb38fdc539b98c6395afb9003d5a36 https://github.com/scikit-learn/scikit-learn/commit/5b7769b10dfb38fdc539b98c6395afb9003d5a36 Author: Quan H. Nguyen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/tree/_splitter.pxd Log Message: --- MNT Switch to absolute imports in sklearn/tree/_splitter.pxd (#32382) 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] f6eb6e: :lock: :robot: CI Update lock files for main CI bu...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: f6eb6e08e1e18d2ea02fd0b33c6361e055457b36 https://github.com/scikit-learn/scikit-learn/commit/f6eb6e08e1e18d2ea02fd0b33c6361e055457b36 Author: scikit-learn-bot Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M build_tools/azure/debian_32bit_lock.txt M build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock M build_tools/azure/pylatest_conda_forge_mkl_no_openmp_osx-64_conda.lock M build_tools/azure/pylatest_conda_forge_mkl_osx-64_conda.lock M build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_min_dependencies_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_ubuntu_2204_linux-64_conda.lock M build_tools/azure/pymin_conda_forge_openblas_win-64_conda.lock M build_tools/azure/ubuntu_atlas_lock.txt M build_tools/circle/doc_linux-64_conda.lock M build_tools/circle/doc_min_dependencies_linux-64_conda.lock M build_tools/github/pymin_conda_forge_arm_linux-aarch64_conda.lock Log Message: --- :lock: :robot: CI Update lock files for main CI build(s) :lock: :robot: (#32391) Co-authored-by: Lock file bot 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] 8b20a1: MNT Switch to absolute imports in sklearn/neighbor...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 8b20a1936b73903c180a430999b35e30612969e7 https://github.com/scikit-learn/scikit-learn/commit/8b20a1936b73903c180a430999b35e30612969e7 Author: Ranjodh Singh Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/neighbors/_quad_tree.pyx Log Message: --- MNT Switch to absolute imports in sklearn/neighbors/_quad_tree.pyx (#32357) 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] a01649: DOC add Chen2024 AUPRC reference to user guide (#2...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: a01649f836e1e70ecc4e0a938c7839f9fac1d947 https://github.com/scikit-learn/scikit-learn/commit/a01649f836e1e70ecc4e0a938c7839f9fac1d947 Author: Anthony Gitter Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M doc/modules/model_evaluation.rst Log Message: --- DOC add Chen2024 AUPRC reference to user guide (#29155) 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]
[Scikit-learn-commits] [scikit-learn/scikit-learn] 1b7c56: MNT Use absolute cimport in sklearn/cluster/_hdbsc...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 1b7c56e862a3cc36931ebdce3013f46d98ba8639 https://github.com/scikit-learn/scikit-learn/commit/1b7c56e862a3cc36931ebdce3013f46d98ba8639 Author: Kian Eliasi Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_hdbscan/_reachability.pyx Log Message: --- MNT Use absolute cimport in sklearn/cluster/_hdbscan/_reachability.pyx (#32376) 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] 411aba: Fix FEATURE_THRESHOLD initialization in trees (#32...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 411abafa81b6d679283b2396ad7f8570334a8cb3 https://github.com/scikit-learn/scikit-learn/commit/411abafa81b6d679283b2396ad7f8570334a8cb3 Author: Sercan Turkmen Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.tree/32259.fix.rst M sklearn/tree/_partitioner.pxd M sklearn/tree/tests/test_tree.py Log Message: --- Fix FEATURE_THRESHOLD initialization in trees (#32259) Co-authored-by: Loïc Estève Co-authored-by: Arthur Lacote 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] 05b031: DOC Rework Decision boundary of semi-supervised me...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 05b031c4c27da10eaa482dffaa430e1527ef8f03 https://github.com/scikit-learn/scikit-learn/commit/05b031c4c27da10eaa482dffaa430e1527ef8f03 Author: Arturo Amor <[email protected]> Date: 2025-10-05 (Sun, 05 Oct 2025) Changed paths: M examples/semi_supervised/plot_semi_supervised_versus_svm_iris.py Log Message: --- DOC Rework Decision boundary of semi-supervised methods example (#32024) Co-authored-by: ArturoAmorQ Co-authored-by: Stefanie Senger <[email protected]> Co-authored-by: Virgil Chan Co-authored-by: Stefanie Senger 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] 3258ef: FIX: handling pandas missing values in HTML repr ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 3258ef8e7ec3c81c33ad7c1262a6e2d3acccfa9f https://github.com/scikit-learn/scikit-learn/commit/3258ef8e7ec3c81c33ad7c1262a6e2d3acccfa9f Author: Dea María Léon Date: 2025-10-08 (Wed, 08 Oct 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.base/32341.fix.rst M sklearn/base.py M sklearn/tests/test_base.py M sklearn/utils/_missing.py Log Message: --- FIX: handling pandas missing values in HTML repr (#32341) 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] 5ebcc4: Add array API support to `precision_recall_curve` ...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 5ebcc4b973aededfb011005b13039eade9e0f785 https://github.com/scikit-learn/scikit-learn/commit/5ebcc4b973aededfb011005b13039eade9e0f785 Author: Lucy Liu Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M doc/modules/array_api.rst A doc/whats_new/upcoming_changes/array-api/32249.feature.rst M sklearn/metrics/_ranking.py M sklearn/metrics/tests/test_common.py Log Message: --- Add array API support to `precision_recall_curve` (#32249) 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] 3cecd0: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 3cecd0245b2d1c26bf5b5326a9e8a0e9f46d38e1 https://github.com/scikit-learn/scikit-learn/commit/3cecd0245b2d1c26bf5b5326a9e8a0e9f46d38e1 Author: HulusiOzy <[email protected]> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pyx.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_radius_neighbors.pyx.tp (#32412) 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] 3cc6c8: FIX Decision trees decision path: fix/add handling...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 3cc6c810c988ef1af2ea7d0cf821d19d36974e7b https://github.com/scikit-learn/scikit-learn/commit/3cc6c810c988ef1af2ea7d0cf821d19d36974e7b Author: Arthur Lacote Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.tree/32280.fix.rst M sklearn/tree/_tree.pyx M sklearn/tree/tests/test_tree.py Log Message: --- FIX Decision trees decision path: fix/add handling of missing values (#32280) 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] c4ae73: DOC: Poisson criterion is not slower than MSE in d...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c4ae73c77e7e69776bd53b8623e755c54cdd0a39 https://github.com/scikit-learn/scikit-learn/commit/c4ae73c77e7e69776bd53b8623e755c54cdd0a39 Author: Arthur Lacote Date: 2025-09-29 (Mon, 29 Sep 2025) Changed paths: M doc/modules/tree.rst Log Message: --- DOC: Poisson criterion is not slower than MSE in decision trees (#32203) 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] 5f1491: Add support for array API to RidgeCV, RidgeClassif...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 5f1491a703ce531a2db45adc7d8fcec5493cdf99 https://github.com/scikit-learn/scikit-learn/commit/5f1491a703ce531a2db45adc7d8fcec5493cdf99 Author: Jérôme Dockès Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M doc/modules/array_api.rst A doc/whats_new/upcoming_changes/array-api/27961.feature.rst M sklearn/linear_model/_base.py M sklearn/linear_model/_ridge.py M sklearn/linear_model/tests/test_ridge.py M sklearn/metrics/cluster/_unsupervised.py M sklearn/utils/_array_api.py Log Message: --- Add support for array API to RidgeCV, RidgeClassifier and RidgeClassifierCV (#27961) Co-authored-by: Olivier Grisel 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] b36cc8: MNT Use absolute imports in _middle_term_computer....
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b36cc829941fe0e42a3df4359c286e533e8007fd https://github.com/scikit-learn/scikit-learn/commit/b36cc829941fe0e42a3df4359c286e533e8007fd Author: HulusiOzy <[email protected]> Date: 2025-10-07 (Tue, 07 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_middle_term_computer.pyx.tp Log Message: --- MNT Use absolute imports in _middle_term_computer.pyx.tp (#32419) 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] cc420c: MNT Switch to absolute imports in sklearn/manifold...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: cc420cd1023a198f8a29657a5883281af4981d06 https://github.com/scikit-learn/scikit-learn/commit/cc420cd1023a198f8a29657a5883281af4981d06 Author: cstec <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/manifold/_barnes_hut_tsne.pyx Log Message: --- MNT Switch to absolute imports in sklearn/manifold/_barnes_hut_tsne.pyx (#32387) 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] db6c8a: MNT Use absolute import in sklearn/cluster/_hierar...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: db6c8a034ce8129e4b2d85ae72f9fe91161e171c https://github.com/scikit-learn/scikit-learn/commit/db6c8a034ce8129e4b2d85ae72f9fe91161e171c Author: zodchi94 Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_hierarchical_fast.pxd Log Message: --- MNT Use absolute import in sklearn/cluster/_hierarchical_fast.pxd (#32381) 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] 0bfa45: MNT Switch to absolute imports in sklearn/feature_...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 0bfa45b15ff2b87d1839ec7dd04198bc74299ad3 https://github.com/scikit-learn/scikit-learn/commit/0bfa45b15ff2b87d1839ec7dd04198bc74299ad3 Author: hvtruong <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/feature_extraction/_hashing_fast.pyx Log Message: --- MNT Switch to absolute imports in sklearn/feature_extraction/_hashing_fast.pyx (#32358) 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] 9d9789: MNT Switch to absolute imports in sklearn/metrics/...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9d9789684941e6a065955459c351fedd5c363184 https://github.com/scikit-learn/scikit-learn/commit/9d9789684941e6a065955459c351fedd5c363184 Author: BRYANT MUSI BABILA <[email protected]> Date: 2025-10-09 (Thu, 09 Oct 2025) Changed paths: M sklearn/metrics/_pairwise_distances_reduction/_argkmin.pyx.tp Log Message: --- MNT Switch to absolute imports in sklearn/metrics/_pairwise_distances_reduction/_argkmin.pyx.tp (#32442) 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] 7d8b43: DOC Add reference to OpenMP parallelism in MiniBat...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 7d8b4396a133127b6fa9780915bb3545a53603d0 https://github.com/scikit-learn/scikit-learn/commit/7d8b4396a133127b6fa9780915bb3545a53603d0 Author: Kenneth Enevoldsen Date: 2025-10-17 (Fri, 17 Oct 2025) Changed paths: M doc/computing/parallelism.rst M sklearn/cluster/_kmeans.py Log Message: --- DOC Add reference to OpenMP parallelism in MiniBatchKMeans doc (#32520) Co-authored-by: Loïc Estève 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]
