yanlend
9f8e062571
fix docs and doctests for KernelPCA
2015-10-23 08:57:30 +02:00
Louis Tiao
9f465313a8
Filled in missing negation
...
Since `make_union` is a convenience factory method that returns a `FeatureUnion` class with names automatically filled in and obviously does *not* require manual naming of the components.
2015-07-23 14:48:39 +10:00
Lars Buitinck
567a956338
Merge branch 'pr/4714' + pep8 fixes
...
Conflicts:
doc/modules/model_persistence.rst
doc/modules/pipeline.rst
doc/modules/svm.rst
doc/tutorial/basic/tutorial.rst
doc/tutorial/statistical_inference/supervised_learning.rst
sklearn/svm/classes.py
2015-06-08 11:31:51 +02:00
Shivan Sornarajah
41788c353b
Changed SVM to use gamma='auto' by default. Deprecated gamma=0.0.
2015-06-05 22:47:43 +01:00
Andreas Mueller
6d4bcda876
ENH refactor OVO decision function, use it in SVC for sklearn-like decision_function shape
2015-06-05 13:14:45 -04:00
Matt Terry
cf96bba944
FeatureUnion example using a heterogeneous datasource.
...
Uses the 20newsgroups dataset. Extracts & processes the subject-line and body
with separate pipelines and combines them with a FeatureUnion.
2014-11-09 14:08:06 +11:00
Joel Nothman
9af14b3587
DOC restructure data transformation user guide
2014-09-11 16:54:03 +10:00
Andreas Mueller
5b247f90e4
move around examples for better structure.
2014-07-17 09:35:30 +02:00
Lars Buitinck
7a22b77de2
ENH make_pipeline and make_union utility functions
2013-12-29 14:26:34 +01:00
Vlad Niculae
2d97949125
DOC update docstrings to reflect libsvm random_state
2013-07-27 19:50:25 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Lars Buitinck
1f6701ba18
TST fix broken doctest
2013-03-18 22:15:45 +01:00
Lars Buitinck
4610103df6
BUG + ENH: removal of components in kernel PCA
2013-03-10 18:32:16 +01:00
Andreas Mueller
5cfd45ed2f
FIX doctest kernelpca
2013-02-18 14:42:40 +01:00
Andreas Mueller
51b06b8203
FIX doctests for max_iter
2012-10-16 16:46:48 +02:00
Lars Buitinck
99f13efe08
DOC some improvements to FeatureUnion docs
2012-10-04 15:14:20 +02:00
Andreas Mueller
d0878301a7
DOC added FeatureUnion to whatsnew.
2012-09-30 12:09:33 +01:00
Andreas Mueller
78789a1c84
MISC renaming FeatureStacker to FeatureUnion, adding docs
2012-09-30 11:55:32 +01:00
Andreas Mueller
87f06b74ea
DOC more minor fixes
2012-05-06 23:33:55 +02:00
Andreas Mueller
4e3f00833e
DOC minor fixes to rst and image paths
2012-05-06 23:28:31 +02:00
Gael Varoquaux
6c42e9d7c7
DOC: cosmits in docs
2012-05-06 17:56:30 +02:00
Gael Varoquaux
5c464b8a55
BUG: fix doctests
2012-05-06 17:56:30 +02:00
Andreas Mueller
816bb28861
DOC Added pipeline user guide
2012-05-06 17:56:30 +02:00