Re: [scikit-learn] NB-SVM Implementation

2016-06-07 Thread Ivo Petkantchin
Thank you for your answer ! I will start working on all the requirements for the scikit learn API. 2016-06-07 10:11 GMT+02:00 Olivier Grisel : > I think it could be implemented as a preprocessing step: this is the > approach followed by: > > https://github.com/ryankiros/skip-thoughts/blob/master/

Re: [scikit-learn] NB-SVM Implementation

2016-06-07 Thread Olivier Grisel
I think it could be implemented as a preprocessing step: this is the approach followed by: https://github.com/ryankiros/skip-thoughts/blob/master/eval_classification.py Note that in that case LogisticRegression is used as the final classifier instead of a squared hinge loss SVM but that should not