Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc9ba09

Browse files
author
Fabian Pedregosa
committed
Some more changelog stuff.
1 parent 30070c9 commit bc9ba09

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

doc/modules/classes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,13 @@ Feature Selection
482482
feature_selection.rfe.RFECV
483483

484484

485+
.. autosummary::
486+
:toctree: generated/
487+
:template: function.rst
488+
489+
feature_selection.univariate_selection.chi2
490+
491+
485492
.. _feature_extraction:
486493

487494

doc/modules/cross_validation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Example of Leave-2-Label Out::
212212
[False False True True False False] [ True True False False True True]
213213
[ True True False False False False] [False False True True True True]
214214

215+
.. _ShuffleSplit:
215216

216217
Random permutations cross-validation a.k.a. Shuffle & Split
217218
-----------------------------------------------------------
@@ -246,6 +247,7 @@ Here is a usage example::
246247
validation that allows a finer control on the number of iterations and
247248
the proportion of samples in on each side of the train / test split.
248249

250+
.. _Bootstrap:
249251

250252
Bootstrapping cross-validation
251253
------------------------------

doc/whats_new.rst

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ This release also includes the dictionary-learning work developed by
1616

1717

1818
.. |banner1| image:: ./auto_examples/manifold/images/thumb/plot_compare_methods.png
19-
:target: auto_examples/applications/face_recognition.html
19+
:target: auto_examples/manifold/plot_compare_methods.html
2020

21+
.. |banner2| image:: ./auto_examples/linear_model/images/thumb/plot_omp.png
22+
:target: auto_examples/linear_model/plot_omp.html
23+
24+
.. |banner3| image:: ./auto_examples/decomposition/images/thumb/plot_kernel_pca.png
25+
:target: auto_examples/decomposition/plot_kernel_pca.html
2126

2227
.. |center-div| raw:: html
2328

@@ -28,7 +33,7 @@ This release also includes the dictionary-learning work developed by
2833
</div>
2934

3035

31-
|center-div| |banner1| |end-div|
36+
|center-div| |banner2| |banner1| |banner3| |end-div|
3237

3338
Changelog
3439
---------
@@ -58,8 +63,7 @@ Changelog
5863
`Mathieu Blondel`_ and `Lars Buitinck`_
5964

6065
- Documentation improvements: thumbnails in
61-
:ref:`example gallery <_examples-index>` by `Fabian Pedregosa`_,
62-
extended documentation for modules feature_selection, (...).
66+
:ref:`example gallery <examples-index>` by `Fabian Pedregosa`_.
6367

6468
- Important bugfixes in :ref:`svm` module (segfaults, bad
6569
performance) by `Fabian Pedregosa`_.
@@ -86,22 +90,23 @@ Changelog
8690

8791
- Faster mean shift by Conrad Lee
8892

89-
- New `Bootstrap`, `ShuffleSplit` and various other improvements in cross validation
90-
schemes by `Olivier Grisel`_ and `Gael Varoquaux`_
93+
- New :ref:`Bootstrap`, :ref:`ShuffleSplit` and various other
94+
improvements in cross validation schemes by `Olivier Grisel`_ and
95+
`Gael Varoquaux`_
9196

9297
- Adjusted Rand index and V-Measure clustering evaluation metrics by `Olivier Grisel`_
9398

9499
- Added :class:`Orthogonal Matching Pursuit <linear_model.OrthogonalMatchingPursuit>` by `Vlad Niculae`_
95100

96101
- Added 2D-patch extractor utilites in the :ref:`feature_extraction` module by `Vlad Niculae`_
97102

98-
- Implementation of :class:`linear_model.least_angle.LassoLarsCV`
103+
- Implementation of :class:`linear_model.LassoLarsCV`
99104
(cross-validated Lasso solver using the Lars algorithm) and
100-
:class:`linear_model.least_angle.LassoLarsIC` (BIC/AIC model
105+
:class:`linear_model.LassoLarsIC` (BIC/AIC model
101106
selection in Lars) by `Gael Varoquaux`_
102107
and `Alexandre Gramfort`_
103108

104-
- Scalability improvements to :func:`metrics.metrics.roc_curve` by Olivier Hervieu
109+
- Scalability improvements to :func:`metrics.roc_curve` by Olivier Hervieu
105110

106111
- Distance helper functions :func:`metrics.pairwise.pairwise_distances`
107112
and :func:`metrics.pairwise.pairwise_kernels` by Robert Layton

0 commit comments

Comments
 (0)