@@ -16,8 +16,13 @@ This release also includes the dictionary-learning work developed by
16
16
17
17
18
18
.. |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
20
20
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
21
26
22
27
.. |center-div | raw :: html
23
28
@@ -28,7 +33,7 @@ This release also includes the dictionary-learning work developed by
28
33
</div>
29
34
30
35
31
- |center-div | |banner1 | |end-div |
36
+ |center-div | |banner2 | | banner1 | | banner3 | |end-div |
32
37
33
38
Changelog
34
39
---------
@@ -58,8 +63,7 @@ Changelog
58
63
`Mathieu Blondel `_ and `Lars Buitinck `_
59
64
60
65
- 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 `_.
63
67
64
68
- Important bugfixes in :ref: `svm ` module (segfaults, bad
65
69
performance) by `Fabian Pedregosa `_.
@@ -86,22 +90,23 @@ Changelog
86
90
87
91
- Faster mean shift by Conrad Lee
88
92
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 `_
91
96
92
97
- Adjusted Rand index and V-Measure clustering evaluation metrics by `Olivier Grisel `_
93
98
94
99
- Added :class: `Orthogonal Matching Pursuit <linear_model.OrthogonalMatchingPursuit> ` by `Vlad Niculae `_
95
100
96
101
- Added 2D-patch extractor utilites in the :ref: `feature_extraction ` module by `Vlad Niculae `_
97
102
98
- - Implementation of :class: `linear_model.least_angle. LassoLarsCV `
103
+ - Implementation of :class: `linear_model.LassoLarsCV `
99
104
(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
101
106
selection in Lars) by `Gael Varoquaux `_
102
107
and `Alexandre Gramfort `_
103
108
104
- - Scalability improvements to :func: `metrics.metrics. roc_curve ` by Olivier Hervieu
109
+ - Scalability improvements to :func: `metrics.roc_curve ` by Olivier Hervieu
105
110
106
111
- Distance helper functions :func: `metrics.pairwise.pairwise_distances `
107
112
and :func: `metrics.pairwise.pairwise_kernels ` by Robert Layton
0 commit comments