Gael Varoquaux
1837224751
Merge pull request #6613 from nelson-liu/correct_license_spelling
...
[MRG+1] DOC: fix spellings of 'license'
2016-06-15 13:58:59 +02:00
Saiwing Yeung
c5fd5cbb7e
DOC: fixed typos and one style issue in plot examples
...
The comment in a few example plots refer to "the mesh [x_min, m_max] x
[y_min, y_max]" when it should be "x_max".
Also fixed the spacing in plot_random_forest_embedding.py `[x_min,
x_max] x [y_min, y_max]` to `[x_min, x_max]x[y_min, y_max]` to comply
with the coding style of other files with similar code (like those in
the current pull request).
2016-04-25 11:59:40 +08:00
Nelson Liu
d2aaf0f4bb
doc: fix spellings of 'license'
2016-03-31 17:25:31 -07:00
johannah
d15f322111
Added colorblind compatibility
2015-10-23 19:47:32 +02:00
Andreas Mueller
9bc4de8dae
some fixes for sphinx and in examples
2015-03-02 12:50:53 -05:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
Rajat Khanduja
5e20b8c664
Fixed pep8 violations. Some 'line too long' errors still remain.
2014-05-15 09:23:16 +05:30
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
Peter Prettenhofer
f1dee6eb08
fix: add missing str formatting operator
2013-05-31 09:31:23 +02: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
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
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
Andreas Mueller
dcc1c7431c
COSMIT + MISC pep8, pyflakes, typos and some other cleanup of examples.
2012-04-29 23:13:06 +02:00
Andreas Mueller
c93c1a290e
FIX broke label_probagation example, now fixed it again.
2012-03-04 14:38:14 +01:00
Andreas Mueller
40c45ca4e6
ENH new samples generators for classification and clustering. Refactored label propagation example a bit
2012-03-04 00:33:24 +01:00
Andreas Mueller
29a302afe1
COSMIT pep8
2012-02-11 13:46:25 +01:00
GaelVaroquaux
adc5201a16
COSMIT: authorship and licensing info
2012-02-02 10:55:32 +01:00
GaelVaroquaux
e4dc6a7291
DOC: improve the label_propagation docs
2012-02-02 10:50:39 +01:00
GaelVaroquaux
dcfc124e1f
COSMIT: make the plot landscape
...
It will be easier to include in the documentation
2012-02-02 09:50:07 +01:00
Clay Woolam
86a3de73cc
corrected the documentation and add semi-supervised section to the user
...
guide
2012-02-01 17:27:13 -08: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
213f0a21c2
shuffled digits example, added sensible point colors to plot chart,
...
removed fix for unsupported numpy api
2012-01-22 18:42:36 -08:00
Clay Woolam
3fb76f3eb6
corrected example that still refered to unlabeled_identifier
2012-01-21 14:42:44 -08:00
Clay Woolam
794a31ccfa
removed unlabeled_identifier, updated tests and examples to reflect this
2012-01-21 14:40:34 -08:00
Clay Woolam
e778f7b5a5
variable name changes, using premade functions, doc fixes as per
...
@larsman
2012-01-21 14:02:42 -08:00
clay woolam
5e7d3c965f
finishing up sparse additions (need to complete todo)
2011-10-12 00:06:38 -07: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
59879d4be1
merged ogrisel's docs & optimization, also fixed active learning example plot
2011-09-05 12:07:03 -07: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
e2cf62aebf
Merge branch 'new_lp'
2011-08-23 10:28:45 -07:00
clay woolam
c90b2d99d4
added vene's subplot adjustments
2011-08-23 10:12:32 -07:00
clay woolam
d1f38c1ab0
fixed structure example
2011-08-23 09:37:04 -07:00
vene
67d185e638
DOC: clarified example titles
2011-08-23 19:03:01 +03:00
vene
04f354f0a0
Prettify structure example
2011-08-23 15:15:18 +02:00
clay woolam
38de4186b2
changed subplot titles so the plot is more clear
2011-08-22 13:12:40 -07:00
clay woolam
a31e639cfd
rennamed active learning example so it won't be run for doc compilation
2011-08-22 13:08:32 -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
Clay Woolam
84090fc268
fixed bug in tests causing gram matrix construction to not work properly (assumed casts to floats)
2011-08-16 15:12:46 -07:00