Re: [Scikit-learn-general] Confidence-weighted learning

2016-03-30 Thread Daniel Dahlmeier
Hi Mathieu, thanks for the response and the feedback. It is correct that there are other more recent algorithms available, on the other hand CW learning only requires minor extensions from passive-aggressive learning (PA) which is already available in scikit-learn and it achieves very competitive

[Scikit-learn-general] Confidence-weighted learning

2016-03-28 Thread Daniel Dahlmeier
Dear scikit-learn community, is there an implementation of confidence-weighted (CW) for scikit-learn or is there an interest to have CW learning implemented for scikit? I have noticed that the related passive-aggressive algorithm is already implemented as part of the linear learner but CW learning