Lars Buitinck
|
837093df7f
|
P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
|
2013-02-01 15:04:42 +01:00 |
Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +01:00 |
Vlad Niculae
|
0a382ac543
|
Fix example using deprecated API, output was misleading.
|
2012-09-01 20:02:15 +02:00 |
iBayer
|
3ac4be8d40
|
cleaned some examples
|
2012-03-18 20:53:00 +01:00 |
Andreas Mueller
|
46db486091
|
FIX lasso_dense_vs_sparse_data.py example needed update.
|
2012-02-01 23:00:43 +01:00 |
Fabian Pedregosa
|
ddf4b72109
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
Fabian Pedregosa
|
68f27e3790
|
Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
|
2011-09-02 12:03:18 +02:00 |
Fabian Pedregosa
|
fd0d3b879d
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 11:38:24 +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 |