[Scikit-learn-commits] [scikit-learn/scikit-learn] c56502: DOC Update link to latest PDF documentation (#30807)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: c56502992df1c3e0914df7fa1623867c354e6576 https://github.com/scikit-learn/scikit-learn/commit/c56502992df1c3e0914df7fa1623867c354e6576 Author: Loïc Estève Date: 2025-02-11 (Tue, 11 Feb 2025) Changed paths: M doc/support.rst Log Message: --- DOC Update link to latest PDF documentation (#30807) 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] 952300: Fix linear svc handling sample weights under class...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 9523006807f220be3ef3326fc62dea887b6425ec https://github.com/scikit-learn/scikit-learn/commit/9523006807f220be3ef3326fc62dea887b6425ec Author: Shruti Nath <51656807+snath-...@users.noreply.github.com> Date: 2025-02-11 (Tue, 11 Feb 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.linear_model/30057.fix.rst A doc/whats_new/upcoming_changes/sklearn.svm/30057.fix.rst A doc/whats_new/upcoming_changes/sklearn.utils/30057.enhancement.rst M sklearn/linear_model/_logistic.py M sklearn/svm/_base.py M sklearn/utils/_test_common/instance_generator.py M sklearn/utils/class_weight.py M sklearn/utils/tests/test_class_weight.py Log Message: --- Fix linear svc handling sample weights under class_weight="balanced" (#30057) Co-authored-by: Olivier Grisel 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 -- 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] 4ec5f6: CI Migrate ARM tests to Github Actions (#30797)
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 4ec5f69061a9c37e0f6b9920e296e06c6b4669ac https://github.com/scikit-learn/scikit-learn/commit/4ec5f69061a9c37e0f6b9920e296e06c6b4669ac Author: Thomas J. Fan Date: 2025-02-11 (Tue, 11 Feb 2025) Changed paths: R .cirrus.star A .github/workflows/arm-unit-tests.yml M .github/workflows/update-lock-files.yml M README.rst R build_tools/cirrus/arm_tests.yml R build_tools/cirrus/build_test_arm.sh R build_tools/cirrus/pymin_conda_forge_environment.yml R build_tools/cirrus/pymin_conda_forge_linux-aarch64_conda.lock R build_tools/cirrus/update_tracking_issue.sh A build_tools/github/build_test_arm.sh A build_tools/github/pymin_conda_forge_arm_environment.yml A build_tools/github/pymin_conda_forge_arm_linux-aarch64_conda.lock M build_tools/github/upload_anaconda.sh M build_tools/update_environments_and_lock_files.py M doc/about.rst M doc/developers/contributing.rst Log Message: --- CI Migrate ARM tests to Github Actions (#30797) 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 -- 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