Commit Graph

20 Commits

Author SHA1 Message Date
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
Balakumaran Manoharan 04be1a9799 [MRG + 1] DOC Fix Sphinx errors (#9420)
* Fix Rouseeuw1984 broken link

* Change label vbgmm to bgmm
Previously modified with PR #6651

* Change tag name
Old refers to new tag added with PR #7388

* Remove prefix underscore to match tag

* Realign to fit 80 chars

* Link to metrics.rst.
pairwise metrics yet to be documented

* Remove tag as LSHForest is deprecated

* Remove all references to randomized_l1 and sphx_glr_auto_examples_linear_model_plot_sparse_recovery.py.
It is deprecated.

* Fix few Sphinx warnings

* Realign to 80 chars

* Changes based on PR review

* Remove unused ref in calibration

* Fix link ref in covariance.rst

* Fix linking issues

* Differentiate Rouseeuw1999 tag within file.

* Change all duplicate Rouseeuw1999 tags

* Remove numbers from tag Rousseeuw
2017-07-30 15:22:10 +10:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Gilles Louppe b499743c93 DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +01:00
Peter Prettenhofer 6aec00e480 use max_leaf_nodes in regularization example 2013-11-22 18:13:55 +01: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
Peter Prettenhofer 42c7496c0c Merge branch 'master' into gbrt-deviance-fix 2013-02-17 19:52:21 +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
Peter Prettenhofer 38af9c5cda use unique from sklearn backports (return_inverse) 2013-01-27 13:42:12 +01:00
Peter Prettenhofer 5be04bfaf8 fix: map labels to {0, 1} 2013-01-26 12:19:40 +01:00
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Immanuel Bayer 189ac2f386 renaming 'learn_rate' in 'learning_rate' 2012-11-03 08:17:42 +00:00
Andreas Mueller 713ba6006e COSMIT pep8 2012-09-04 17:24:01 +01:00
Peter Prettenhofer 6fee3da970 added max_features to gbrt regularization example 2012-07-07 19:08:29 +02:00
Peter Prettenhofer 4b5aada830 use staged predict in gbrt examples 2012-03-29 10:26:43 +02:00
Peter Prettenhofer 0dc117aaf6 update examples 2012-03-20 15:59:29 +01:00
Peter Prettenhofer 249ea7bd0d new predict utils for early stopping; updated examples 2012-03-12 22:20:04 +01:00
Peter Prettenhofer 7f0048bad8 cosmit: pep8 2012-03-05 22:28:24 +01:00
Peter Prettenhofer 24a1b3aa02 expose 'ls' loss function for classification
added new example (GB regularization)
fix: min_split -> min_samples_split in examples
2012-03-05 22:26:06 +01:00