scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

fit_intercept for SAG(A) and perhaps others #63

Open fabianp opened 8 years ago

fabianp commented 8 years ago

I would like to have the possibility to fit an intercept for (at least) SAGAClassifier and SAGARegressor

fabianp commented 8 years ago

Although for SAG(A) this would be difficult because of the lagged updates implementation.

jbschiratti commented 6 years ago

+1 I would also be interested in having an optional fit_intercept parameter in SAGAClassifier.