[Scikit-learn-commits] [scikit-learn/scikit-learn] b98081: MNT Use absolute imports in sklearn/cluster Cython...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: b98081dfb56a2474590b7d44d05644ebfa2619ac https://github.com/scikit-learn/scikit-learn/commit/b98081dfb56a2474590b7d44d05644ebfa2619ac Author: Nithurshen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/cluster/_k_means_elkan.pyx M sklearn/cluster/_k_means_lloyd.pyx Log Message: --- MNT Use absolute imports in sklearn/cluster Cython files (#32395) 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] 46a9fb: MNT Use absolute imports in sklearn/svm/_libsvm.py...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 46a9fb7df633c4e6e035094397d2d890cb814ee5 https://github.com/scikit-learn/scikit-learn/commit/46a9fb7df633c4e6e035094397d2d890cb814ee5 Author: Nithurshen <[email protected]> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M sklearn/svm/_libsvm.pyx Log Message: --- MNT Use absolute imports in sklearn/svm/_libsvm.pyx (#32392) 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] 5b7512: MNT Use absolute imports in sklearn/svm/_liblinear...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 5b75124adffe7ae07eebb3870a40e9a27e49f979 https://github.com/scikit-learn/scikit-learn/commit/5b75124adffe7ae07eebb3870a40e9a27e49f979 Author: Nithurshen <[email protected]> Date: 2025-10-10 (Fri, 10 Oct 2025) Changed paths: M sklearn/svm/_liblinear.pyx Log Message: --- MNT Use absolute imports in sklearn/svm/_liblinear.pyx (#32465) 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] 3c60f0: FIX preprocessing: Fix OneHotEncoder handle_unknow...
Branch: refs/heads/main Home: https://github.com/scikit-learn/scikit-learn Commit: 3c60f0437a9c3be4d7c8344e0dff1fa40fbcdc55 https://github.com/scikit-learn/scikit-learn/commit/3c60f0437a9c3be4d7c8344e0dff1fa40fbcdc55 Author: Nithurshen <[email protected]> Date: 2025-11-27 (Thu, 27 Nov 2025) Changed paths: A doc/whats_new/upcoming_changes/sklearn.preprocessing/32592.fix.rst M sklearn/preprocessing/_encoders.py M sklearn/preprocessing/tests/test_encoders.py Log Message: --- FIX preprocessing: Fix OneHotEncoder handle_unknown='warn' behavior (#32592) 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]
