Re: [Scikit-learn-general] GSoC 2016

2016-03-24 Thread Raghav R V
Greetings everyone! Please note that the deadline for students to submit their Final PDF proposal is Friday, March 25th at 19:00 UTC. Students must submit a Final PDF proposal before the deadline or scikit-learn/Python Software Foundation will not be able to select them as a student. Students wit

[Scikit-learn-general] Binary Classifier Evaluation Metrics

2016-03-24 Thread Enise Basaran
Hi everyone, I want to learn binary classifier evaluation metrics please. I implemented "Binary Relevance" method for multilabel classification.*[1] * My classifiers say "Yes" or "No". How can I calculate accuracy score of my dataset, what metrics can I use for my binary classifiers? Thanks in adv

Re: [Scikit-learn-general] Binary Classifier Evaluation Metrics

2016-03-24 Thread Joel Nothman
OneVsRestClassifier already implements Binary Relevance. What is unclear about our documentation on model evaluation and metrics? On 25 March 2016 at 00:13, Enise Basaran wrote: > Hi everyone, > > I want to learn binary classifier evaluation metrics please. I implemented > "Binary Relevance" met

Re: [Scikit-learn-general] Scikit-learn standards for serializing/saving objects

2016-03-24 Thread Andreas Mueller
Can you give a simple example for reproducing this problem? I haven't heard of this particular issue. On 03/23/2016 12:47 PM, Keith Lehman wrote: Hi: I’m fairly new to scikit-learn, python, and machine learning. This community has built a great set of libraries though, and is actually a larg