Commit Graph

28 Commits

Author SHA1 Message Date
zempleni 926df1bc4d
Update plot_label_propagation_digits.py (#22725)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-22 12:17:27 +01: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
Thomas J Fan 4d749ea490 CLN Uses public API instead of deprecated modules in examples (#15390) 2019-10-29 10:59:02 +08:00
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
plagree 1f6ac72df7 [MRG] DOC examples with correct notebook style (#9061)
* DOC examples with correct notebook style

* Modifications in examples/ to avoid unwanted notebook style

* Remove last notebook style example

* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Nelson Liu d2aaf0f4bb doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
Rajat Khanduja 2244098532 Updated examples to use pyplot for plotting instead of pylab
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
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
Andreas Mueller 38b455d541 Cosmit pep8 2012-12-25 13:16:05 +01:00
Immanuel Bayer b32fc9c791 ENH renaming 'max_iters' to 'max_iter' for consistency 2012-11-04 10:01:12 +00:00
GaelVaroquaux adc5201a16 COSMIT: authorship and licensing info 2012-02-02 10:55:32 +01:00
Clay Woolam 268aed6b42 TL directory change to push label propagation code into semi_supervised 2012-01-22 21:13:56 -08:00
Clay Woolam e778f7b5a5 variable name changes, using premade functions, doc fixes as per
@larsman
2012-01-21 14:02:42 -08:00
Alexandre Gramfort efddf2aa4f STY: mostly style + avoid a zip in favor of an np.argsort 2011-09-14 22:06:35 -04:00
clay woolam 431723cc14 correct variable names and added inline comments for active learning examples 2011-09-14 08:26:23 -07:00
clay woolam fba4c7c579 changed a variable name to conform to scikits code 2011-09-14 01:22:10 -07:00
clay woolam ec149ed03f all code works great, all tests pass, full coverage 2011-09-14 01:15:55 -07:00
clay woolam 1a06a4619b changed a bunch of variable names, fixed some test cases 2011-09-14 00:55:38 -07:00
Olivier Grisel ff4a3f3181 more enhancements, variable names and test fixes 2011-09-14 01:54:16 +02:00
clay woolam 472cf5b0e4 fixed examples for new naming scheme 2011-09-04 19:23:45 -07:00
clay woolam 4fd0a3ce79 optimized _build_graph with inplace methods, conform to standards with variable names 2011-09-01 19:05:17 -07:00
clay woolam 3d6ee4cc13 fixed spelling error with variable name (indicies -> indices) 2011-08-26 10:39:41 -07:00
clay woolam 38de4186b2 changed subplot titles so the plot is more clear 2011-08-22 13:12:40 -07:00
Clay Woolam 2412daf1cc changed doc to remove long runningtime warning 2011-08-18 09:58:28 -07:00
Clay Woolam 18dea8ac0a heavily downsampled digits examples (runtime a few seconds now) and removed supporess_warrnging bug 2011-08-18 09:57:19 -07:00
Clay Woolam a3dc4e7f7a added two new examples, including an active learning demo with label propagation 2011-08-17 13:16:24 -07:00