Commit Graph

19 Commits

Author SHA1 Message Date
Hanmin Qin dd3b705f7b MNT Unused imports in examples 2018-10-02 17:12:19 +08:00
Rishikesh 93bbe54f6b [MRG+1] Modify General examples for matplotlib v2 comp (#8413)
* Modify plot_cv_predict.py for matplotlib v2 comp

Add `edgecolors` in scatter plot for matplotlib v2.

Issue: #8364

* Modify plot_multilabel.py for matplotlib v2

Add `edgecolors` in scatterr plot for matplotlib v2.

Issue: #8364

* Modify plot_kernel_ridge_regression for matplotlib v2

Add `edgecolors` in scatter plot and `makeredgecolor`
in plot.
Issue: #8364

* Modify plot_kernel_approximation.py for matplotlib v2

Add `edgecolors` in scatter plot for matplotlib v2.

Issue: #8364

* Change plot_kernel_ridge_regression for better plot

Remove `markeredgecolor` for better plot.

Issue:#8364
2017-06-19 20:51:33 +02:00
Raghav R V 664d78eb7c MAINT Remove support for the deprecated sequence of sequences
MAINT Remove sequence of sequence support from datasets
MAINT Remove return_indicator param
MAINT Remove multilabel-seq test in OVR
MAINT Remove multilable-seq test in check_cv
MAINT Remove multilabel seq test in label_binarizer
TST type_of_target returns "unknown" for multilabel-sequence types
TST _check_targets should raise a ValueError
DOC show multilabel indicator as an example; remove return_indicator param
DOC use consistent lower case y for target
2015-08-11 22:26:44 +05:30
ugurcaliskan e808a3ff0d Update plot_multilabel.py
matplotlib.pylab has been replaced with matplotlib.pyplot.
2015-03-02 10:24:50 +01:00
Joel Nothman fc0150d08d DOC/FIX Address @arjoly's comments 2014-06-05 11:20:36 +02:00
Joel Nothman 18c399e20a MAINT deprecate sequences of sequences support
* add warnings
 * provide alternative binarizer, sklearn.preprocessing.MultiLabelBinarizer
 * fix documentation
2014-06-05 11:20:35 +02:00
Gael Varoquaux 9bffc8fd81 MISC: fix plot_multilabel example 2013-07-28 18:00:36 +02:00
Andreas Mueller c7c7ade0e8 FIX don't use old API in examples 2013-07-28 12:58:59 +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
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
Mathieu Blondel 991da84623 Note regarding multilabel example. 2012-05-18 13:19:25 +09:00
Mathieu Blondel 4fb1dc4553 More technically correct description.
CCA is an algorithm that performs a dimensionality reduction
based on two "views" of the same dataset. The two views can
be both unsupervised if we want. It just happens here that
we use X and Y as the views.
2012-01-16 22:49:03 +09:00
Vlad Niculae d2aa4c6269 ENHanced the multilabel example aspect 2012-01-10 22:51:55 +02:00
Jake Vanderplas 96d6060cd7 pep8 2011-12-23 10:12:26 -08:00
Vlad Niculae 955fdf8e16 Change seed to make example behave better 2011-12-22 23:08:06 +01:00
Mathieu Blondel 1382b2649c Use CCA as well in multilabel example. 2011-12-22 15:12:22 +01:00
Vlad Niculae d0ac763f2e Allow unlabeled samples in multilabel ex, collab between @vene and @mblondel on the plane 2011-12-22 12:42:49 +01:00
Vlad Niculae 42b47ac72b DOC: really add example to multiclass.rst 2011-12-21 16:47:18 +01:00
Vlad Niculae 400093f095 ENH: Really added the synthetic example 2011-12-21 13:36:24 +01:00