[scikit-learn] (no subject)

2023-09-14 Thread Ulderico Santarelli
___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

[scikit-learn] (no subject)

2022-12-13 Thread yoshizawa ryota
___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

Re: [scikit-learn] (no subject)

2021-11-10 Thread Guillaume Lemaître
You can refer to https://scikit-learn.org/stable/about.html#citing-scikit-learn depending what is the scope of your research paper. -- Guillaume Lemaitre Scikit-learn @ Inria Foundation https://glemaitre.github.io/ > On 10 Nov

[scikit-learn] (no subject)

2021-10-14 Thread Aco Jugo
___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

Re: [scikit-learn] (no subject)

2018-05-24 Thread James Melenkevitz via scikit-learn
I did some more tests.  My issue that I brought up may be related to the custom kernel.  On Thursday, May 24, 2018, 12:49:34 PM PDT, Gael Varoquaux wrote: On Thu, May 24, 2018 at 09:35:00PM +0530, aijaz qazi wrote: > scikit- multi learn is misleading.

Re: [scikit-learn] (no subject)

2018-05-24 Thread Gael Varoquaux
On Thu, May 24, 2018 at 09:35:00PM +0530, aijaz qazi wrote: > scikit- multi learn is misleading. Yes, but I am not sure what scikit-learn should do about this. Gaël ___ scikit-learn mailing list scikit-learn@python.org

[scikit-learn] (no subject)

2018-05-24 Thread aijaz qazi
scikit- multi learn is misleading. *Regards,* *Aijaz A.Qazi * ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

Re: [scikit-learn] (no subject)

2018-04-06 Thread Andreas Mueller
Try this: https://jakevdp.github.io/PythonDataScienceHandbook/ On 03/28/2018 11:49 PM, PARK Jinwoo wrote: Dear scikit-learn experts Hello, I am a graduate school student majoring in doping control analysis in Korea. Now I'm in a research institute that carries out doping control analyses. I

[scikit-learn] (no subject)

2018-03-28 Thread PARK Jinwoo
Dear scikit-learn experts Hello, I am a graduate school student majoring in doping control analysis in Korea. Now I'm in a research institute that carries out doping control analyses. I received a project by my advising doctor. It's about operating an AI project. A workshop is scheduled in

[scikit-learn] (no subject)

2018-02-09 Thread Erik Fransson
Hi everyone, I have a simple questions in regards to how LassoCV works. In the documentation it states that the best model is selected via cross-validation, however I'm wondering how is this best model constructed. Is it simply running a normal lasso fit with all of the training data available

[scikit-learn] (no subject)

2017-03-17 Thread Carlton Banks
I am currently struggling with getting good results with my CNN in which i decided to optimize parameter using grid search. I am currently trying to use scikit-learn GridSearchCV. def create_model(init_mode='uniform',activation_mode='linear',optimizer_mode="adam", activation_mode_conv =

[scikit-learn] Renaming subject lines if you get a digest

2016-12-14 Thread Dale T Smith
PM To: scikit-learn@python.org Subject: Re: [scikit-learn] scikit-learn Digest, Vol 9, Issue 42 ⚠ EXT MSG: Thanks for the speedy and helpful responses! Actually, the thrust of my question was, "I'm assuming the fit() method for all three modules work the same way, so how come the example