10000 DOC added FeatureUnion to whatsnew. · scikit-learn/scikit-learn@d087830 · GitHub
[go: up one dir, main page]

Skip to content

Commit d087830

Browse files
committed
DOC added FeatureUnion to whatsnew.
1 parent 78789a1 commit d087830

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

doc/modules/pipeline.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ i.e. if the last estimator is a classifier, the :class:`Pipeline` can be used
8585
as a classifier. If the last estimator is a transformer, again, so is the
8686
pipeline.
8787

88+
89+
.. _feature_union:
90+
8891
======================================
8992
FeatureUnion: Concatenating features
9093
======================================

doc/whats_new.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ Changelog
2121
- Speed up of :func:`metrics.precision_recall_curve` by Conrad Lee.
2222

2323
- Added support for reading/writing svmlight files with pairwise
24-
preference attribute (qid in svmlight file format) in
25-
:func:`datasets.dump_svmlight_file` and
26-
:func:`datasets.load_svmlight_file` by `Fabian Pedregosa`_.
24+
preference attribute (qid in svmlight file format) in
25+
:func:`datasets.dump_svmlight_file` and
26+
:func:`datasets.load_svmlight_file` by `Fabian Pedregosa`_.
27+
28+
- New estimator :ref:`FeatureUnion <feature_union>` that concatenates results
29+
of several transformers by `Andreas Müller`_.
30+
2731

2832
API changes summary
2933
-------------------

0 commit comments

Comments
 (0)
0