Johannes Schönberger
28569ec45e
Improve RANSAC example script
2013-10-20 15:58:04 +02:00
Johannes Schönberger
3753696c2b
Unwrap lines
2013-10-20 15:58:03 +02:00
Johannes Schönberger
db75461e21
Remove bagged regressor
2013-10-20 15:58:03 +02:00
Johannes Schönberger
0378f8cde6
Extend RANSAC example with comparison to BaggingRegressor
2013-10-20 15:58:02 +02:00
Johannes Schönberger
64eb3c4092
Use np.logical_not rather than tilde
2013-10-20 15:58:01 +02:00
Johannes Schönberger
54475d43b8
Change default parameters, so example works without specific parameters
2013-10-20 15:58:00 +02:00
Johannes Schönberger
dc0f897f04
Move ransac example to linear-model folder
2013-10-20 15:58:00 +02:00
Alexandre Gramfort
10b048032f
API : set return_models to False by default in path functions in coordinate descent
2013-09-29 15:18:13 +02:00
Lars Buitinck
98b95ca711
DOC fix example comments
...
* @GaelVaroquaux's name was misspelled
* users won't know what a "Documentation merge" is
2013-07-30 12:41:56 +02:00
Andreas Mueller
75af99e231
EXAMPLES remove non-existing example from doc, don't trigger deprecated interface in enet_path, lasso_path
2013-07-28 15:17:14 +02:00
Alexandre Gramfort
a6cb73612f
ENH : update example of OMP
2013-07-26 09:50:54 +02:00
Jaques Grobler
30c08d4533
Merge pull request #2017 from jaquesgrobler/ENH_docstrings_in_gallery
...
MRG: Google-images style effect for Example Gallery
2013-07-24 02:26:10 -07:00
Alexandre Gramfort
1c784b9253
ENH : massive refactoring of CV models in coordinate descent. Now the algo core is in path functions
2013-07-23 17:23:13 +02:00
Jaques Grobler
d6b0f36f2e
make new classes for lasso_path/enet_path and deprecate old
2013-07-23 17:23:13 +02:00
Jaques Grobler
65cce1b43c
fix merge conflict
2013-07-22 16:20:31 +02:00
Jaques Grobler
cbfe851751
example fixes to clean first docstring paragraph of rst code
2013-07-22 15:48:44 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Jaques Grobler
c453118208
logistic regresion example fix
2013-06-06 12:43:32 +02:00
Jaques Grobler
6fc3499bd4
example docstring fixes
2013-06-06 12:30:42 +02:00
James McDermott
8e79203b36
DOC rename lambda to alpha in plot_lasso_coordinate_descent_path. (Re)-Closes #903 .
2013-05-16 07:19:25 +02:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Gael Varoquaux
f924d3e466
COSMIT: labels in plot_lasso_coordinate_descent_path
2013-04-30 08:03:54 +02:00
Jaques Grobler
456b0d010f
Merge pull request #1581 from jaquesgrobler/example_gallery_cleanup
...
MRG Example gallery cleanup
2013-04-18 04:21:05 -07:00
Stefano Lattarini
67ece78da4
COSMIT various typofixes
...
As suggested by codespell <https://github.com/lucasdemarchi/codespell >
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Jaques Grobler
6dedebafad
line_count sort added, some changes reverted
2013-03-18 13:52:20 +01:00
Andreas Mueller
edd1555a4b
MISC minor fixes in examples
2013-03-10 19:06:42 +01:00
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
Jaques Grobler
9ddaac33bb
remove 1000`s of warnings from example
2013-01-18 13:18:57 +01:00
Andreas Mueller
9da34688c4
EXAMPLE don't use deprecated interface in lasso model selection
2013-01-17 12:51:12 +01:00
Andreas Mueller
13e78ff34c
DOC don't use deprecated parameter rho in the lasso / enet examples
2013-01-16 23:24:56 +01:00
Alexandre Gramfort
60be687756
DOC : add doctring in plot_lasso_and_elasticnet.py
2013-01-07 11:19:50 +01:00
Olivier Grisel
0d47916b42
ENH: add the squared hinge loss to the SGD loss example
2013-01-02 22:56:32 +01:00
Mathieu Blondel
2ef136c6eb
Add perceptron loss to plot.
2013-01-03 03:21:46 +09:00
Andreas Mueller
38b455d541
Cosmit pep8
2012-12-25 13:16:05 +01:00
Jaques Grobler
e0bf76ddca
variable name change
2012-11-28 15:03:43 +01:00
Jaques Grobler
a5a01b2940
plot fix
2012-11-28 14:48:15 +01:00
Alexandre Gramfort
dcbddc74d6
DOC : fix move of isotonic in doc + examples
2012-11-14 22:42:03 +01:00
Mathieu Blondel
d184d62984
Fix example.
2012-11-05 21:55:41 +09:00
Mathieu Blondel
25284b9cf1
Merge branch 'sgd_learners' of https://github.com/zaxtax/scikit-learn into passive_aggressive
2012-11-05 16:24:42 +09:00
Immanuel Bayer
ca8a8eb66a
ENH renaming 'n_atoms' to 'n_components' for consistency
2012-11-04 10:01:13 +00:00
Rob Zinkov
f67e0d2f1e
Fixed docstrings and seed tests
2012-11-02 09:52:05 -07:00
Rob Zinkov
fd595a7388
Renamed learning_rate loss in PassiveAggressive
2012-10-26 07:03:05 -07:00
Rob Zinkov
3a6bb7399d
Fixed typo
2012-10-26 06:55:35 -07:00
Rob Zinkov
8f22486d1b
Split out PassiveAggressive Classifier into its own object
2012-10-24 07:55:51 -07:00
Rob Zinkov
dfe33d0c49
PEP8 COSMIT
2012-10-21 14:36:02 -07:00
Rob Zinkov
8ff740770a
Added smoothing to example
2012-10-21 13:53:04 -07:00
Rob Zinkov
6f80695533
Adding example
2012-10-21 13:45:37 -07:00
Andreas Mueller
c0a057843c
ENH rename Scaler to StandardScaler everywhere
2012-09-23 17:31:15 +01:00
Lars Buitinck
9d33497e16
COSMIT clarify L1/L2 LR sparsity demo
2012-09-17 11:06:17 +02:00
Mathieu Blondel
b48b7f5c98
Use fixed random state in isotonic regression example.
2012-09-16 00:55:52 +09:00
Gael Varoquaux
8511d96352
MISC: small docstring work
2012-09-15 17:16:40 +02:00
Alexandre Gramfort
d8d4af0973
ENH : finish addressing @GaelVaroquaux comments + improve coverage + add linear regression to example
2012-09-15 16:40:44 +02:00
Alexandre Gramfort
b0bdd3f1b5
adding my name in IR example
2012-09-15 16:40:43 +02:00
Alexandre Gramfort
af22f290fd
remove support for extrapolation
2012-09-15 16:40:43 +02:00
Alexandre Gramfort
4bc740cfb7
ENH : proper IsotonicRegression model + example + test
2012-09-15 16:40:43 +02:00
Nelle Varoquaux
c1abbf2214
DOC - added paragraph in user documentation on the isotonic regression + an example plot.
...
Fixed a couple of things from the isotonic regression such as better type checking and renaming variables
2012-09-15 16:40:43 +02:00
Vlad Niculae
e6ca49e9a3
Use pinvh wherever it helps in the codebase.
...
Use pinvh in plot_sparse_recovery example
Use pinvh in bayes.py
Use pinvh in GMM and DPGMM
2012-09-04 19:58:47 +01:00
Andreas Mueller
713ba6006e
COSMIT pep8
2012-09-04 17:24:01 +01:00
Andreas Mueller
63e99023b6
DOC fixed some sphinx errors, issues in docs....
2012-09-03 23:48:32 +01:00
Alexandre Gramfort
466479fe03
API : consistent use alpha_/alphas_ for alpha/alphas estimated by CV in linear models (issue #1041 )
2012-09-02 23:16:54 +02:00
Vlad Niculae
0a382ac543
Fix example using deprecated API, output was misleading.
2012-09-01 20:02:15 +02:00
GaelVaroquaux
a7aed5097d
DOC: formatting and rephrasing in MultiTaskLasso
2012-08-07 15:51:14 +02:00
Alexandre Gramfort
02446b8753
rename ylabel in MultiTaskLasso example
2012-08-07 15:51:13 +02:00
Alexandre Gramfort
21706e36b9
ENH + DOC : add MultiTaskElasticNet + doc + 1 example
2012-08-07 15:51:12 +02:00
Alexandre Gramfort
287898d09e
ENH : add multi task lasso example
2012-08-07 15:51:12 +02:00
Mathieu Blondel
09674eefdc
Clean up unused code.
2012-06-15 16:30:47 +09:00
Andreas Mueller
127415b209
DOC rename lambda to alpha in plot_lasso_model_selection. Closes #903 .
2012-06-13 21:55:56 +02:00
Fabian Pedregosa
443929dd6b
Some documentation for example plot_ridge_path
2012-05-24 15:44:18 +02:00
Fabian Pedregosa
01b29e5cd5
Some doc for the example "Lasso path using LARS"
2012-05-24 15:42:43 +02:00
Andreas Mueller
3ec174e9f6
FIX one more example
2012-05-05 21:37:29 +02:00
Andreas Mueller
e749771faa
MISC don't use ``set_cmap``
2012-05-05 20:43:21 +02:00
Andreas Mueller
645db95737
ENH adjusted examples to new matplotlib 1.1.1
2012-05-05 20:43:21 +02:00
Gael Varoquaux
6f3cc74784
EXMPL: fix legend in sgd sample weights
2012-05-05 19:53:07 +02:00
Andreas Mueller
dcc1c7431c
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
2012-04-29 23:13:06 +02:00
Andreas Mueller
958cfbe131
COSMIT cleanup + pep8 in examples
2012-04-27 22:59:58 +02:00
Alexandre Gramfort
5b93ccddd8
cosmit : consistent linestyle in plot_lasso_coordinate_descent_path
2012-04-10 13:50:01 +02:00
flyingimmidev
0df07e3f9a
merged into plot_lasso_coordinate_descent_path
2012-04-01 14:35:56 +02:00
flyingimmidev
83e1ead98b
add examples for positive constraint lasso and enet
2012-04-01 14:11:07 +02:00
flyingimmidev
a7215af854
- changed parameter from positive_constraint to positive
...
- moved parameter from fit to constructor
2012-03-31 23:49:58 +02:00
flyingimmidev
be11f8f328
use scikit function to make train test split
2012-03-31 22:55:09 +02:00
flyingimmidev
ce0f7cb585
reset wrongly committed file
2012-03-31 20:44:59 +02:00
flyingimmidev
8fbdde0ca3
renaming
2012-03-31 20:41:27 +02:00
flyingimmidev
7df65a5f13
example for lasso with positive constraint
2012-03-31 20:40:30 +02:00
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