Gael varoquaux
4d1dcd2e65
DOC: scikits.learn -> sklearn
2011-09-03 09:10:40 +02: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
Fabian Pedregosa
f8ef06eea0
FIX some broken examples.
2011-09-01 11:20:05 +02:00
Alexandre Gramfort
43e3229a86
DOC: clarify doc on BIC/AIC
2011-08-10 16:30:31 -04:00
Gael varoquaux
22da70185d
DOC: cosmetic changes to lars-bic doc and examples
2011-08-10 19:33:43 +02:00
Alexandre Gramfort
f599fab517
ENH + DOC: addressing @GaelVaroquaux's comments
2011-08-10 16:12:41 +02:00
Alexandre Gramfort
e4f4b907e7
ENH: addressing @ogrisel's comments on PR 298
2011-08-10 16:12:41 +02:00
Alexandre Gramfort
899dfcda41
ENH : new LassoLarsIC estimator
2011-08-10 16:12:41 +02:00
vene
a1d8259f4a
Merge branch 'master' into omp
...
Conflicts:
doc/modules/linear_model.rst
2011-08-05 17:50:34 +03:00
vene
2cd0ccf71e
updated samples generator according to @glouppe's refactoring
2011-08-04 16:50:47 +03:00
GaelVaroquaux
626061357f
DOC: add example comparing LassoCV and LassoLarsCV
2011-08-03 20:03:22 +02:00
vene
e2844ceef2
don't use gram in example, useless slowdown
2011-08-03 17:06:35 +03:00
vene
945efb2233
API changes, part I
2011-08-03 16:18:16 +03:00
Gael varoquaux
286dd1454e
BUG+COSMIT: rewamp the lasso path examples
2011-08-03 08:07:15 +02:00
vene
bc20c29450
transposed generator, updated tests
2011-07-31 18:28:57 +03:00
vene
33c2693839
unified notation
2011-07-29 13:05:07 +03:00
vene
28a52f00cd
cosmit in example
2011-07-29 13:01:11 +03:00
vene
f32ca3b162
Merge branch 'master' into omp
2011-07-29 12:55:28 +03:00
vene
4ce86d6e02
pep8
2011-07-29 01:34:56 +03:00
vene
50b0d828dc
Factored out sparse samples generator
2011-07-29 01:28:00 +03:00
Alexandre Gramfort
5a12763441
API : renaming LARS to Lars
2011-07-25 21:41:48 -04:00
vene
00af49f313
Remove useless prints in example
2011-07-25 14:08:27 +03:00
vene
a2316af197
Brought in OMP from the larger branch
2011-07-25 13:57:42 +03:00
Gael varoquaux
98ede0d989
Typo
2011-07-23 14:17:14 +02:00
Gael varoquaux
eebc2ec325
DOC: Improve the Bayesian regression docs
2011-07-23 14:17:06 +02:00
Alexandre Gramfort
6a1e2b31f2
pep8
2011-07-21 09:49:19 -04:00
Alexandre Gramfort
6cd32e0976
BUG: s/empty/zeros in plot_lasso_bic_aic.py
2011-07-21 09:48:37 -04:00
Alexandre Gramfort
d3502b09ad
ENH : adding LASSO model selection example based on BIC and AIC
2011-07-21 08:58:13 -04:00
Mathieu Blondel
298259070e
Improve Logistic Regression sparsity example.
2011-07-10 01:58:56 +09:00
Fabian Pedregosa
05f54c2cda
DOC: new example for Ridge + more rst docs
2011-07-08 11:27:50 +02:00
Gael varoquaux
f2f0caef27
DOC: Tweak the cross-val lasso path example
2011-06-18 09:33:14 +02:00
Paolo Losi
e44915fda8
the l1 logreg example now works with l1_min_c
2011-04-26 09:32:37 +02:00
Mathieu Blondel
66483cf2c0
Use np.vander.
2011-03-30 14:58:38 +09:00
Mathieu Blondel
b7c9201f6b
Add polynomial interpolation example.
2011-03-24 16:04:40 +09:00
Peter Prettenhofer
bc16f01e24
Additional tests for sample weights.
...
Fixed some typos in doc strings.
Changed signature of coef_ for SGDClassifier; now adheres to svm convention that coef_ is shape [1, n_features] in the case of binary classification.
2011-03-15 20:50:44 +01:00
Peter Prettenhofer
dfa75da35d
Sample weights for SGDClassifier.
...
Additional test cases for class weight and sample weight.
Example plot for sample weight.
2011-03-15 19:58:56 +01:00
Gael varoquaux
21175e3629
MISC: Fix example to adjust to eps -> tol
2011-03-02 06:52:58 +01:00
Fabian Pedregosa
8864e0f32b
Remove example plot_lar.py
...
First, because it is wrong, as it prints the path of the Lasso and not
of Least Angle Regression. And second, because it is the same as
plot_lasso_lars.
2010-12-14 19:19:24 +01: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
Alexandre Gramfort
7b94a59a59
pep8 + N->n_samples and D->n_features
2010-12-11 19:13:58 -05:00
Olivier Grisel
e5ce482da3
revert the plot style to the LARS paper conventions
2010-12-09 18:57:45 +01:00
Olivier Grisel
d9c7d80213
switch to base 10 for the alpha logs in the Lasso CD path plot
2010-12-09 18:56:32 +01:00
Olivier Grisel
81b911c12b
make MSE plot of LassoCV more readable by scaling the y axis
2010-12-09 09:48:50 +01:00
Olivier Grisel
f88ca8c4bb
ENH: make the LassoLARS and LassoCD path examples easier to compare
2010-12-09 09:32:32 +01:00
Olivier Grisel
157fc0ac4c
ENH: LassoCV / ElasticNetCV now uses all folds data + example
...
Store all the mse information on each fold and select alpha by best median
on MSE.
2010-12-09 09:06:25 +01:00
Fabian Pedregosa
085544eb5e
Use original diabetes data as shipped by the R package lars.
...
This also gets rid of stupid customizations in example.
2010-12-03 16:22:03 +01:00
Peter Prettenhofer
46a2d551a3
fixed imports in non-auto examples.
...
COSMIT import paths in plot examples.
Rephrased SGD outline in linear_model.rst
2010-12-03 10:28:08 +01:00
Peter Prettenhofer
d102d2228d
moved sgd examples to examples/linear_model and added sgd prefix.
...
minor fixes in some examples.
updated sgd.rst
2010-12-01 16:59:52 +01:00