[Scikit-learn-general] Comparing classifier confusion matrices

2012-04-16 Thread Michael Waskom
Hi all, I asked a question on metaoptimize about quantitative comparisons between classifier confusion matrices. If anyone has a good idea and would like to chime in, it would be much appreciated. http://metaoptimize.com/qa/questions/9936/good-methods-to-compare-classifier-confusion-matrices Tha

Re: [Scikit-learn-general] Document classifier with Arabic textual data

2012-04-16 Thread Olivier Grisel
Le 16 avril 2012 05:28, Lars Buitinck a écrit : > Op 16 april 2012 13:57 heeft Fahd S. Alotaibi > het volgende geschreven: >> I usually have got the following error message and I don't know exactly >> where is the problem? Would scikit-learn work fine for Arabic letters (using >> Unicode)? if not

Re: [Scikit-learn-general] Document classifier with Arabic textual data

2012-04-16 Thread Lars Buitinck
Op 16 april 2012 13:57 heeft Fahd S. Alotaibi het volgende geschreven: > I usually have got the following error message and I don't know exactly > where is the problem? Would scikit-learn work fine for Arabic letters (using > Unicode)? if not how to do so? The problem is that Vectorizer by defaul

[Scikit-learn-general] Document classifier with Arabic textual data

2012-04-16 Thread Fahd S. Alotaibi
Hi everyone, I'm trying to investigate how efficient using scikit-learn for classifying Arabic documents. I could successfully work with the English tutorial (20 newsgroups dataset) and once I manipulated the code (by using load_files()) to import Arabic text instead but I got errors (see bel

Re: [Scikit-learn-general] Release Schedule 0.11

2012-04-16 Thread Andreas Mueller
If you have any thing that you particularly want for the next release, let me know. In the process, could you document how to make a release? (like a check list for example) That could be useful! I think Fabian already did a pretty good job documenting how to do a release. If I fe

Re: [Scikit-learn-general] Release Schedule 0.11

2012-04-16 Thread Mathieu Blondel
On Mon, Apr 16, 2012 at 8:36 PM, Andreas Mueller wrote: > Hey Everybody. > A little update on the release schedule: > I plan to do the release next Monday, > on the 23rd. > > Cool, I didn't know that you are the new release manager :) > If you have any thing that you particularly > want for th

[Scikit-learn-general] Release Schedule 0.11

2012-04-16 Thread Andreas Mueller
Hey Everybody. A little update on the release schedule: I plan to do the release next Monday, on the 23rd. If you have any thing that you particularly want for the next release, let me know. Cheers, Andy -- For Developer