From jeremie.du-boisberranger at inria.fr Thu Dec 8 09:15:33 2022 From: jeremie.du-boisberranger at inria.fr (Jeremie du Boisberranger) Date: Thu, 8 Dec 2022 15:15:33 +0100 Subject: [scikit-learn] [ANN] scikit-learn 1.2 release In-Reply-To: References: Message-ID: <74c75b0c-3729-57fe-22ff-0b37b062f9ed@inria.fr> Hi everyone, We're happy to announce the 1.2 release which you can install via pip or conda: ??? pip install -U scikit-learn or (soon) ??? conda install -c conda-forge scikit-learn You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html and the long list of the changes under https://scikit-learn.org/stable/whats_new/v1.2.html This version supports Python versions 3.8 to 3.11. A big thanks to all contributors who helped on this release. J?r?mie, On the behalf of the Scikit-learn maintainers team. From adrin.jalali at gmail.com Thu Dec 8 09:40:31 2022 From: adrin.jalali at gmail.com (Adrin) Date: Thu, 8 Dec 2022 15:40:31 +0100 Subject: [scikit-learn] [ANN] scikit-learn 1.2 release In-Reply-To: <74c75b0c-3729-57fe-22ff-0b37b062f9ed@inria.fr> References: <74c75b0c-3729-57fe-22ff-0b37b062f9ed@inria.fr> Message-ID: Thanks a lot Jeremie. This is a massive release :) On Thu, Dec 8, 2022 at 3:17 PM Jeremie du Boisberranger < jeremie.du-boisberranger at inria.fr> wrote: > Hi everyone, > > We're happy to announce the 1.2 release which you can install via pip or > conda: > > pip install -U scikit-learn > > or (soon) > > conda install -c conda-forge scikit-learn > > > You can read the release highlights under > > https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html > and the long list of the changes under > https://scikit-learn.org/stable/whats_new/v1.2.html > > This version supports Python versions 3.8 to 3.11. > > A big thanks to all contributors who helped on this release. > > J?r?mie, > On the behalf of the Scikit-learn maintainers team. > _______________________________________________ > scikit-learn mailing list > scikit-learn at python.org > https://mail.python.org/mailman/listinfo/scikit-learn > -------------- next part -------------- An HTML attachment was scrubbed... URL: From g.lemaitre58 at gmail.com Fri Dec 9 09:47:39 2022 From: g.lemaitre58 at gmail.com (=?UTF-8?Q?Guillaume_Lema=C3=AEtre?=) Date: Fri, 9 Dec 2022 15:47:39 +0100 Subject: [scikit-learn] ANN: imbalanced-learn 0.10.0 released Message-ID: Hi all, We are happy to announce the 0.10.0 version of imbalanced-learn. imbalanced-learn is a toolbox aiming at providing a wide range of methods to cope with the problem of imbalanced data sets frequently encountered in machine learning and data mining. This release makes sure to be fully compatible with scikit-learn 1.0, 1.1, and 1.2 pip install -U imbalanced-learn The conda-forge builds will be available shortly, which you can then install using: conda install -c conda-forge imbalanced-learn For more information, examples, and documentation, please visit: https:// imbalanced-learn.org -- Guillaume Lemaitre Scikit-learn @ Inria Foundation https://glemaitre.github.io/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryota2.yoshizawa at kioxia.com Tue Dec 13 06:49:38 2022 From: ryota2.yoshizawa at kioxia.com (yoshizawa ryota) Date: Tue, 13 Dec 2022 11:49:38 +0000 Subject: [scikit-learn] (no subject) Message-ID: -------------- next part -------------- An HTML attachment was scrubbed... URL: From vkpatel93 at gmail.com Wed Dec 14 01:36:04 2022 From: vkpatel93 at gmail.com (vaibhavi patel) Date: Wed, 14 Dec 2022 12:06:04 +0530 Subject: [scikit-learn] Query regarding svm function Message-ID: Dear developers, This is vaibhavi pursuing my Ph.D. in data science, writing this mail with one question how does the library function of SVC calculate the intercept_ value of the hyperplane? As I am exploring the SVC function with kernel linear. I am getting the same coef_ as your library function giving. But when I am calculating intercept, it is different. I am modifying the SVM function to incorporate the data imbalance in the dataset as a part of my Ph.D. work. Kindly help me in this regard. This will give me another direction. Waiting for your response. -- Regards, Vaibhavi Patel Ph:- 8866022190 -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomasjpfan at gmail.com Thu Dec 15 23:02:50 2022 From: thomasjpfan at gmail.com (Thomas J. Fan) Date: Thu, 15 Dec 2022 23:02:50 -0500 Subject: [scikit-learn] scikit-learn monthly developer meeting: Monday January 9, 2023 Message-ID: Dear all, The scikit-learn developer monthly meeting will take place on Monday January 9 at 15:00 UTC. - Video call link: https://meet.google.com/gmn-acub-mrr - Meeting notes / agenda: https://hackmd.io/0yokz72CTZSny8y3Re648Q - Local times: https://www.timeanddate.com/worldclock/meetingdetails.html?year=2023&month=1&day=9&hour=15&min=0&sec=0&p1=1440&p2=240&p3=248&p4=195&p5=179&p6=224 The goal of this meeting is to discuss ongoing development topics for the project. Everybody is welcome. As usual, please follow the code of conduct of the project: https://github.com/scikit-learn/scikit-learn/blob/main/CODE_OF_CONDUCT.md Regards, Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: