[scikit-learn] Fwd: Feedback on scikit-learn.org

2017-07-07 Thread Mathieu Blondel
Someone had this to say about eigenfaces. -- Forwarded message -- From: Frances Liu Date: Sat, Jul 8, 2017 at 6:57 AM Subject: Feedback on scikit-learn.org To: math...@mblondel.org Hi Mathieu, I found your email on your personal website, which is linked at the top of the author

Re: [scikit-learn] Replacing the Boston Housing Prices dataset

2017-07-07 Thread Jacob Schreiber
We would welcome a pull request amending the documentation to include a neutral discussion of the issues you've brought up. Optimally, it would include many of the points brought up in this discussion as to why it was ultimately kept despite the issues being raised. On Fri, Jul 7, 2017 at 7:44 PM

Re: [scikit-learn] Replacing the Boston Housing Prices dataset

2017-07-07 Thread Juan Nunez-Iglesias
Just to clarify a couple of things about my position. First, thanks Gaƫl for a thoughtful response. I fully respect your decision to keep the Boston dataset, and I agree that it can be a useful "teaching moment." (As I suggested in my earlier post.) With regards to breaking tutorials, however,

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Olivier Grisel
Please use this mailing list if you have targeted scikit-learn mailing list questions. Otherwise you should better ask a specific question on an NLP and datascience community platform such as: https://datascience.stackexchange.com/questions/tagged/nlp or if you have a programming related question

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Dear Jacob, I know, but I am just asking to get help! @Carlton, I want to do text processing, can I email you so that the others do not bother? Best, -Ariani On Fri, Jul 7, 2017 at 12:52 PM, Jacob Schreiber wrote: > The scikit-learn mailing list is probably not the best place to be asking > for

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Jacob Schreiber
The scikit-learn mailing list is probably not the best place to be asking for help with another module. On Fri, Jul 7, 2017 at 9:28 AM Ariani A wrote: > Yes , it is. > regards > > On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks wrote: > >> NLP as is Natural language processing? >> >> Den 7. jul.

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Carlton Banks
I am still not sure i quite understand.. What aspect of NLP are you involved in speech recognition? > Den 7. jul. 2017 kl. 18.24 skrev Ariani A : > > Yes , it is. > regards > > On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks > wrote: > NLP as is Natural language proces

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Yes , it is. regards On Fri, Jul 7, 2017 at 12:23 PM, Carlton Banks wrote: > NLP as is Natural language processing? > > Den 7. jul. 2017 kl. 18.18 skrev Ariani A : > > Dear all, > I need an urgent help with NLP, do you happen to know anyone who knows > nltk or NLP modules? Have anybody of you re

Re: [scikit-learn] Help with NLP

2017-07-07 Thread Carlton Banks
NLP as is Natural language processing? > Den 7. jul. 2017 kl. 18.18 skrev Ariani A : > > Dear all, > I need an urgent help with NLP, do you happen to know anyone who knows nltk > or NLP modules? Have anybody of you read this paper? > "Template-Based Information Extraction without the Templates."

[scikit-learn] Help with NLP

2017-07-07 Thread Ariani A
Dear all, I need an urgent help with NLP, do you happen to know anyone who knows nltk or NLP modules? Have anybody of you read this paper? "Template-Based Information Extraction without the Templates." I am looking forward to hearirng from you soon! Best, -Ariani ___

Re: [scikit-learn] Which algorithm is used in sklearn SGDClassifier when modified huber loss is used?

2017-07-07 Thread Olivier Grisel
The name of the algorithm / model would be "L2-penalized linear model with modified Huber loss trained with Stochastic Gradient Descent". SVM is traditionally used to describe models that use the hinge loss only (or sometimes the squared hinge loss too). Only the log loss can be lead to a probabi