Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
2533e924
Commit
2533e924
authored
14 years ago
by
Fabian Pedregosa
Browse files
Options
Downloads
Patches
Plain Diff
Some more changelog stuff.
parent
9d07758a
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
AUTHORS.rst
+2
-1
2 additions, 1 deletion
AUTHORS.rst
doc/whats_new.rst
+3
-1
3 additions, 1 deletion
doc/whats_new.rst
with
5 additions
and
2 deletions
AUTHORS.rst
+
2
−
1
View file @
2533e924
...
@@ -77,7 +77,8 @@ People
...
@@ -77,7 +77,8 @@ People
* `Mathieu Blondel <http://mblondel.org/journal>`_ joined the
* `Mathieu Blondel <http://mblondel.org/journal>`_ joined the
project in September 2010 and has worked since on the sparse
project in September 2010 and has worked since on the sparse
matrix support, text feature extraction and general bug fixes.
matrix support, Ridge generalized crossval, text feature
extraction and general bug fixes.
* `Peter Prettenhofer
* `Peter Prettenhofer
<http://sites.google.com/site/peterprettenhofer/>`_ joined the
<http://sites.google.com/site/peterprettenhofer/>`_ joined the
...
...
This diff is collapsed.
Click to expand it.
doc/whats_new.rst
+
3
−
1
View file @
2533e924
...
@@ -41,7 +41,9 @@ Changelog
...
@@ -41,7 +41,9 @@ Changelog
- Refactoring of :class:`neighbors.NeighborsClassifier` and
- Refactoring of :class:`neighbors.NeighborsClassifier` and
:func:`neighbors.kneighbors_graph`: added different algorithms for
:func:`neighbors.kneighbors_graph`: added different algorithms for
the k-Nearest Neighbor Search and implemented a more stable
the k-Nearest Neighbor Search and implemented a more stable
algorithm for finding barycenter weigths [`Fabian Pedregosa`_].
algorithm for finding barycenter weigths. Also added some
developer documentation for this module, see
:ref:`notes_neighbors` for more information [`Fabian Pedregosa`_].
- Documentation improvements: Added :class:`pca.RandomizedPCA` and
- Documentation improvements: Added :class:`pca.RandomizedPCA` and
:class:`linear_model.LogisticRegression` to the class
:class:`linear_model.LogisticRegression` to the class
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment