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
ae700081a6
ENH allow additional kernels on KernelPCA
...
Also changed pairwise_kernels to raise ValueError instead of
AttributeError, as the latter is easy to mix up with a bug.
2013-03-18 21:48:12 +01:00
Lars Buitinck
4610103df6
BUG + ENH: removal of components in kernel PCA
2013-03-10 18:32:16 +01:00
Lars Buitinck
a7c6b069b1
BUG in KernelPCA: wrong default value for gamma
2013-02-18 14:29:55 +01:00
Aymeric Masurelle
e96c0e5339
correct indent pb and re-edit cosine_kernel help in metrics/pairwise.py
2013-01-05 13:52:57 +01:00
Aymeric Masurelle
20909e5dc9
name change: cos into cosine
2013-01-05 13:50:09 +01:00
Aymeric Masurelle
edef908392
add cos_kernel in help of decomposition/kernel_pca.py
2013-01-05 13:49:21 +01:00
Mathieu Blondel
54b4ba2b99
Cosmit: make KernelCenterer a private attribute in KernelPCA.
2012-11-19 16:41:37 +09:00
Andreas Mueller
9a520779c2
FIX/TST test anc fix grid search with kernel pca and precomputed kernel in pipeline.
2012-08-05 16:23:25 +01:00
Andreas Mueller
ef82d75c5b
ENH going for a universal property ``_pairwise`` instead of many functions.
2012-06-03 20:39:02 +02:00
Andreas Mueller
5072bb07e3
DOC Deprecation warning with removal version 0.13.
2012-06-03 20:35:05 +02:00
Andreas Mueller
4f11178a97
ENH fit_transform_pairwise for KernelPCA
2012-06-03 20:34:25 +02:00
Andreas Mueller
c39ad04bb4
ENH fit_pairwise, transform_pairwise for KernelPCA
2012-06-03 20:33:06 +02:00
Andreas Mueller
667ef37714
DOC move references from Notes to References section in docstrings
2012-03-04 15:16:51 +01:00
Olivier Grisel
9c6e0445ae
FIX #614 : raise ValueError at KernelPCA init if fit_inverse_transform and precomputed kernel
2012-02-17 09:34:43 +01:00
Mathieu Blondel
b7ffb6bf92
Use pairwise_kernels in KernelPCA.
2012-01-16 18:20:39 +09:00
Andreas Mueller
26a793459e
COSMIT underscore fixes
2011-12-22 21:05:27 +01:00
Andreas Mueller
6c17d0d8af
COSMIT make 'References' bold and minor other fixes.
2011-12-22 20:57:54 +01:00
Jake Vanderplas
954b09804f
bug: mode='LM' -> mode='LA'
2011-11-07 11:59:05 -08:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00