Skip to content

Commit

Permalink
Some more changelog stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Sep 21, 2011
1 parent fd1063f commit 9ee0c1e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
7 changes: 7 additions & 0 deletions doc/modules/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,13 @@ Feature Selection
feature_selection.rfe.RFECV


.. autosummary::
:toctree: generated/
:template: function.rst

feature_selection.univariate_selection.chi2


.. _feature_extraction:


Expand Down
2 changes: 2 additions & 0 deletions doc/modules/cross_validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ Example of Leave-2-Label Out::
[False False True True False False] [ True True False False True True]
[ True True False False False False] [False False True True True True]

.. _ShuffleSplit:

Random permutations cross-validation a.k.a. Shuffle & Split
-----------------------------------------------------------
Expand Down Expand Up @@ -310,6 +311,7 @@ Here is a usage example::
validation that allows a finer control on the number of iterations and
the proportion of samples in on each side of the train / test split.

.. _Bootstrap:

Bootstrapping cross-validation
------------------------------
Expand Down
23 changes: 14 additions & 9 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ This release also includes the dictionary-learning work developed by


.. |banner1| image:: ./auto_examples/manifold/images/thumb/plot_compare_methods.png
:target: auto_examples/applications/face_recognition.html
:target: auto_examples/manifold/plot_compare_methods.html

.. |banner2| image:: ./auto_examples/linear_model/images/thumb/plot_omp.png
:target: auto_examples/linear_model/plot_omp.html

.. |banner3| image:: ./auto_examples/decomposition/images/thumb/plot_kernel_pca.png
:target: auto_examples/decomposition/plot_kernel_pca.html

.. |center-div| raw:: html

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


|center-div| |banner1| |end-div|
|center-div| |banner2| |banner1| |banner3| |end-div|

Changelog
---------
Expand Down Expand Up @@ -58,8 +63,7 @@ Changelog
`Mathieu Blondel`_ and `Lars Buitinck`_

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

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

- Faster mean shift by Conrad Lee

- New `Bootstrap`, `ShuffleSplit` and various other improvements in cross validation
schemes by `Olivier Grisel`_ and `Gael Varoquaux`_
- New :ref:`Bootstrap`, :ref:`ShuffleSplit` and various other
improvements in cross validation schemes by `Olivier Grisel`_ and
`Gael Varoquaux`_

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

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

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

- Implementation of :class:`linear_model.least_angle.LassoLarsCV`
- Implementation of :class:`linear_model.LassoLarsCV`
(cross-validated Lasso solver using the Lars algorithm) and
:class:`linear_model.least_angle.LassoLarsIC` (BIC/AIC model
:class:`linear_model.LassoLarsIC` (BIC/AIC model
selection in Lars) by `Gael Varoquaux`_
and `Alexandre Gramfort`_

- Scalability improvements to :func:`metrics.metrics.roc_curve` by Olivier Hervieu
- Scalability improvements to :func:`metrics.roc_curve` by Olivier Hervieu

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

0 comments on commit 9ee0c1e

Please sign in to comment.