[Scikit-learn-general] calibration in sklearn ?

2013-12-13 Thread Eustache DIEMERT
Hi List, I need to test calibration for a given problem, but didn't find anything in sklearn ? If found a pending PR for isotonic calibration [1] but it seems inactive at the moment. Is anyone working on it ? having some gist on one method or another ? Is there interest ? Eustache [1]

Re: [Scikit-learn-general] calibration in sklearn ?

2013-12-13 Thread Olivier Grisel
As far as I know this PR as stalled a bit. I don't know if Alex will have time to work on it in the near future. -- Olivier -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't

Re: [Scikit-learn-general] calibration in sklearn ?

2013-12-13 Thread Alexandre Gramfort
I don't know if Alex will have time to work on it in the near future. unlikely... sadly... any help very welcome. Alex -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't

Re: [Scikit-learn-general] calibration in sklearn ?

2013-12-13 Thread Eustache DIEMERT
Mmmm... if calibration seems to be a good fit for sklearn, I'll try to review the different existing approaches and see if it's difficult to implement the most useful/popular one(s). Any hint on that ? is isotonic regression the most used form or should we have a look on other well-known

Re: [Scikit-learn-general] calibration in sklearn ?

2013-12-13 Thread Olivier Grisel
2013/12/13 Eustache DIEMERT eusta...@diemert.fr: Mmmm... if calibration seems to be a good fit for sklearn, I'll try to review the different existing approaches and see if it's difficult to implement the most useful/popular one(s). Any hint on that ? is isotonic regression the most used form