File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77
77
78
78
* `Mathieu Blondel <http://mblondel.org/journal >`_ joined the
79
79
project in September 2010 and has worked since on the sparse
80
- matrix support, text feature extraction and general bug fixes.
80
+ matrix support, Ridge generalized crossval, text feature
81
+ extraction and general bug fixes.
81
82
82
83
* `Peter Prettenhofer
83
84
<http://sites.google.com/site/peterprettenhofer/> `_ joined the
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ Changelog
41
41
- Refactoring of :class: `neighbors.NeighborsClassifier ` and
42
42
:func: `neighbors.kneighbors_graph `: added different algorithms for
43
43
the k-Nearest Neighbor Search and implemented a more stable
44
- algorithm for finding barycenter weigths [`Fabian Pedregosa `_].
44
+ algorithm for finding barycenter weigths. Also added some
45
+ developer documentation for this module, see
46
+ :ref: `notes_neighbors ` for more information [`Fabian Pedregosa `_].
45
47
46
48
- Documentation improvements: Added :class: `pca.RandomizedPCA ` and
47
49
:class: `linear_model.LogisticRegression ` to the class
You can’t perform that action at this time.
0 commit comments