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