Re: [scikit-learn] Announcement: Scikit-learn 0.18.1 released!

2016-11-14 Thread Gael Varoquaux
Thank you so much Andy and the others that made this .1 release possible. It brings huge value in ensuring quality. Gaƫl On Sun, Nov 13, 2016 at 06:21:05PM -0500, Andreas Mueller wrote: > Hey all. > I just published the 0.18.1 wheels and source tarball to pypi. > The 0.18.1 release is a bugfix re

Re: [scikit-learn] Automatic ThresholdClassifier based on cost-function - Classifier Interface?

2016-11-14 Thread Andy
On 11/14/2016 01:29 AM, Anton wrote: screws you over since it passes the parameters to __init__(). I expected the usage of set_params() here, but I'm getting my gridsearch parameters passed to __init__(). Is this intended? I don't know what you mean by "screws you over". You just have to

Re: [scikit-learn] suggested classification algorithm

2016-11-14 Thread Joel Nothman
http://contrib.scikit-learn.org/imbalanced-learn/ might be of interest to you. On 14 November 2016 at 22:14, Thomas Evangelidis wrote: > Greetings, > > I want to design a program that can deal with classification problems of > the same type, where the number of positive observations is small bu

[scikit-learn] suggested classification algorithm

2016-11-14 Thread Thomas Evangelidis
Greetings, I want to design a program that can deal with classification problems of the same type, where the number of positive observations is small but the number of negative much larger. Speaking with numbers, the number of positive observations could range usually between 2 to 20 and the numb