Jaques Grobler
0d63d785e7
Merge branch 'master' into WIP_tut
...
Conflicts:
examples/linear_model/plot_ols.py
2012-03-22 17:12:36 +01:00
iBayer
3ac4be8d40
cleaned some examples
2012-03-18 20:53:00 +01:00
Jaques Grobler
b49c2d0756
merged ols and ridge variance + some neating
2012-03-08 14:04:57 +01:00
Jaques Grobler
db38edb7ea
delete redundant file, merged some examples and updated links
2012-03-07 03:55:18 +01:00
Jaques Grobler
fc869043ca
3 files moved into main example pool - links to them updated
2012-03-06 13:23:48 +01:00
Jaques Grobler
0d498c6fef
Merge remote-tracking branch 'origin/master' into WIP_tut
2012-03-06 12:54:39 +01:00
Jaques Grobler
bd271ab65c
Better doctest time(wip),removed duplicate examples, update plot_ols.py
...
- I wish to replace the old plot_ols.py example with a new one which
uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Andreas Mueller
4968fef48f
COSMIT last try to make my plot pretty....
2012-03-04 23:05:37 +01:00
Andreas Mueller
13ea995372
ENH 2d plot for l1l2 digits example
2012-03-04 22:57:26 +01:00
Andreas Mueller
3f1570e5df
COSMIT Adjust title for example gallery
2012-03-04 22:01:49 +01:00
Andreas Mueller
fb21662bcf
DOC another coefficient plot
2012-03-04 21:58:14 +01:00
GaelVaroquaux
d00c6010be
MISC: fix the random number generators
...
I don't like to have the doc change each time it is generate
2012-03-04 18:24:19 +01:00
Andreas Mueller
adaef3204a
COSMIT make plot look more like other coef plots
2012-03-04 18:24:19 +01:00
Andreas Mueller
977f7d5c13
DOC lasso/enet regression example with coefficient plots, corrected r2 score
2012-03-04 16:17:27 +01:00
Andreas Mueller
61b0e28f9f
MISC removed deprecated api from examples
2012-03-03 18:30:02 +01:00
Andreas Mueller
36fa40a254
MISC Adjusted class_weight param in examples, fixed legend in unbalanced dataset examples.
2012-02-07 09:46:01 +01:00
Andreas Mueller
46db486091
FIX lasso_dense_vs_sparse_data.py example needed update.
2012-02-01 23:00:43 +01:00
Andreas Mueller
3a172f3335
FIX SGD loss example for new hinge loss.
2012-02-01 22:52:37 +01:00
GaelVaroquaux
9e036a663e
MISC: add randomized linear models to what's new
2012-02-01 09:01:54 +01:00
GaelVaroquaux
5e0f82b664
Cosmit
2012-01-31 18:13:28 +01:00
GaelVaroquaux
a882bedcc3
MISC: address @ogrisel and @mblondel's comments
2012-01-31 18:11:05 +01:00
GaelVaroquaux
db1a2122f3
DOC: example and docs for randomized-lasso
2012-01-31 18:10:43 +01:00
GaelVaroquaux
51cf74290c
DOC: better example for randomized lasso
...
Highlight the regimes in which randomized-lasso beats L1 and F-scores,
and vice versa.
2012-01-31 18:10:43 +01:00
GaelVaroquaux
2b08a0ddae
DOC: enrich example docstring.
2012-01-31 18:10:43 +01:00
Alexandre Gramfort
afb6dea4ac
ENH : fix legeng of plot_randomized_lasso.py
2012-01-31 18:10:43 +01:00
Alexandre Gramfort
41a48638ec
ENH : early stopping in lasso_stability_path (faster)
2012-01-31 18:10:43 +01:00
GaelVaroquaux
b0b3406379
DOC: nicer path
2012-01-31 18:10:43 +01:00
GaelVaroquaux
2b1df1fb19
ENH: grid in terms of alpha/alpha_max
...
And rework example
2012-01-31 18:10:43 +01:00
GaelVaroquaux
5e840acedd
DOC: try to improve randomized lasso example
2012-01-31 18:10:42 +01:00
Alexandre Gramfort
66d7b26d1c
cosmit in doc + pep8
2012-01-31 18:09:08 +01:00
Alexandre Gramfort
b275030bdb
ENH : adding sample_fraction to lasso_stability_path + add to doc
2012-01-31 18:07:06 +01:00
Alexandre Gramfort
19331b5ae3
DOC : adding doc for Randomized sparse linear models + fix test
2012-01-31 18:07:06 +01:00
Alexandre Gramfort
f3423f8276
ENH : creating lasso_stability_path func + adding tests on randomized_l1
2012-01-31 18:06:14 +01:00
Alexandre Gramfort
9c7deea99a
ENH : prettify plot_randomized_lasso.py
2012-01-31 18:06:14 +01:00
Alexandre Gramfort
7ba93da27a
ENH : better plot_randomized_lasso.py with score path
2012-01-31 18:06:14 +01:00
Gael varoquaux
6522b82b84
Jacknife in randomized_lasso
2012-01-31 18:01:02 +01:00
Gael varoquaux
f7ca7b3a69
Better randomized_lasso
2012-01-31 18:01:02 +01:00
Gael varoquaux
11aaf9816f
ENH: randomized_lasso example: multiple alpha
2012-01-31 18:01:02 +01:00
Gael varoquaux
b0c119ca52
ENH: Add randomized lasso
...
Feature selection using Lasso (Meinshausen and Bulmhan 2008)
2012-01-31 18:01:02 +01:00
Jake Vanderplas
96d6060cd7
pep8
2011-12-23 10:12:26 -08:00
Alexandre Gramfort
3f330f2967
STY : pep8
2011-12-20 15:34:17 +01:00
Olivier Grisel
4c8aec3a6f
typo: accross => across
2011-12-20 09:49:45 +01:00
Gilles Louppe
63331849ea
DOC: Fixed links to modules in the example gallery
2011-12-19 16:07:01 +01:00
Alexandre Gramfort
976c16ecce
ENH : avoid global seeding in plot_polynomial_interpolation.py
2011-12-19 11:43:24 +01:00
Fabian Pedregosa
63887c2b18
Style update in documentation.
2011-11-21 12:31:59 +01:00
Peter Prettenhofer
87cf1b32dd
fix: sgd module clone issue w/ rho parameter
2011-11-15 21:06:32 +01:00
Fabian Pedregosa
6e07284f3f
FIX example logisitic regression.
2011-09-14 12:53:35 +02:00
Olivier Grisel
78dd8b5626
batch trailing spaces cleanup
2011-09-06 23:12:26 +02:00
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