Commit Graph

24 Commits

Author SHA1 Message Date
Sven Eschlbeck 90a202d631
ENH Improve speed plot_adaboost_multiclass.py (#21651) 2021-11-16 09:16:58 -08:00
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
Mickaël Schoentgen 2df594564d EXA Fix several DeprecationWarning: invalid escape sequence in examples (#12924) 2019-01-05 12:22:36 +08:00
Andreas Mueller 952ef6637a MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +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
Noel Dawe f260259611 xrange -> range 2014-04-16 23:40:56 -07:00
Noel Dawe 65bbe9ebbc plot_adaboost_multiclass.py: handle case where boosting terminated early. Add missing author on other boosting examples. 2014-04-16 17:36:38 -07:00
Gilles Louppe b499743c93 DOC: update examples, use matplotlib.pyplot instead of pylab 2014-02-27 10:22:21 +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
draix 63562b0416 PY3: replaced izip 2013-03-19 18:02:34 +01:00
Lars Buitinck 541987802f P3K range vs. xrange 2013-02-14 02:05:35 +01:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Mathieu Blondel b445537855 Cosmit: more explicit xlabel. 2013-02-10 11:20:19 +09:00
Gilles Louppe 8ecc50458e FIX: some of Gael comments 2013-02-03 18:45:33 +01:00
Noel Dawe 54ee88105b FIX: comments from @ogrisel 2013-01-30 02:15:24 +01:00
Noel Dawe 707c0f4aa2 FIX: alpha=.5 and use more difficult dataset in two-class example. Add mean and cov arguments to make_gaussian_quantiles 2013-01-30 01:59:18 +01:00
Noel Dawe c56a91582f update adaboost regression example and use estimator_errors_ 2013-01-28 20:06:00 +01:00
Gilles Louppe 2497856e04 ENH: weights_ -> estimator_weights_ 2013-01-23 09:00:39 +01:00
Gilles Louppe 3d89ae17e3 ENH: remove boost_method parameter and use a string as switch 2013-01-23 08:53:49 +01:00
Noel Dawe 778b77bae1 use metrics module and pep8 2013-01-15 11:40:47 +01:00
Noel Dawe a717125cb9 typo 2013-01-15 11:33:52 +01:00
Noel Dawe a248b1e2cd add author 2013-01-15 10:32:23 +01:00
Noel Dawe e93bd6e889 FIX: improve multi-class AdaBoost example (rename to plot_adaboost_multiclass.py) 2013-01-15 10:30:31 +01:00