Commit Graph

4 Commits

Author SHA1 Message Date
Paolo Losi 21dceb2605 removed old version of min_C 2011-04-17 18:22:12 +02:00
Paolo Losi a0085eb042 l1 logreg (liblinear): minimum C (sparse version) 2011-04-11 22:07:58 +02:00
Alexandre Gramfort 89377b979a API : maxit replaced by max_iter everywhere
API : removing default computation of r2 coef in coordinate_descent (speed up +
    can be accessed simply eg. lasso.score(X, y))
2010-12-11 23:14:55 -05:00
Fabian Pedregosa 68bc58d029 glm --> linear_model rename holocaust.
I also moved cd_fast.pyx from its src subdirectory to linear_models,
to match the sgd module structure.
2010-11-25 16:27:30 +01:00