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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
1b400586
Commit
1b400586
authored
13 years ago
by
Fabian Pedregosa
Browse files
Options
Downloads
Patches
Plain Diff
Initial changelog -- to be completed.
parent
4664bedb
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/modules/mixture.rst
+3
-0
3 additions, 0 deletions
doc/modules/mixture.rst
doc/themes/scikit-learn/layout.html
+1
-1
1 addition, 1 deletion
doc/themes/scikit-learn/layout.html
doc/whats_new.rst
+50
-30
50 additions, 30 deletions
doc/whats_new.rst
with
54 additions
and
31 deletions
doc/modules/mixture.rst
+
3
−
0
View file @
1b400586
...
...
@@ -130,6 +130,9 @@ But brings with it the following disadvantage:
:Hyperparameters: this algorithm needs an extra hyperparameter
that might need experimental tuning via cross-validation.
.. _dirichlet_process:
The Dirichlet Process
---------------------
...
...
This diff is collapsed.
Click to expand it.
doc/themes/scikit-learn/layout.html
+
1
−
1
View file @
1b400586
...
...
@@ -93,7 +93,7 @@
{% else %}
<h3>
News
</h3>
<p>
scikit-learn 0.
8
is available
<p>
scikit-learn 0.
9
is available
for
<a
href=
"https://sourceforge.net/projects/scikit-learn/files/"
>
download
</a>
.
See
<a
href=
"{{pathto('whats_new')}}"
>
what's new
</a>
and tips
on
<a
href=
"{{pathto('install')}}"
>
installing
</a>
.
</p>
...
...
This diff is collapsed.
Click to expand it.
doc/whats_new.rst
+
50
−
30
View file @
1b400586
...
...
@@ -6,12 +6,54 @@
0.9
===
TODO
scikit-learn 0.9 was released on September 2011, three months after
the 0.8 release and includes XX new modules: manifold, dpgmm as well
as several new algorithms and documentation improvements.
This release also includes de work developed by `Vlad Niculae`_ as
part of the `Google Summer of Code <http://code.google.com/soc/>`_
program.
.. |banner1| image:: ./auto_examples/manifold/images/thumb/plot_compare_methods.png
:target: auto_examples/applications/face_recognition.html
.. |center-div| raw:: html
<div style="text-align: center; margin: 0px 0 -5px 0;">
.. |end-div| raw:: html
</div>
|center-div| |banner1| |end-div|
Changelog
---------
TODO
- New :ref:`manifold` module by `Jake Vanderplas`_ and
`Fabian Pedregosa`_.
- :ref:`Dirichlet Process <dirichlet_process>` GMM
- Neighbors refactoring by `Jake Vanderplas`_
- feature_selection improvements by `Gilles Louppe`_ :
documentation, efficiency and added methods ``predict``
``score``.
- :ref:`SparsePCA`
- Sorting parameters in BaseEstimtor.__repr__
- Loader for libsvm/svmlight format by `Mathieu Blondel`_ and
`Lars Buitinck`_
- Documentation improvements: thumbnails in gallery, extended
documentation for modules feature_selection, (...).
API changes summary
...
...
@@ -73,6 +115,10 @@ version 0.8:
- ``sklearn.ball_tree.BallTree`` has been moved to
``sklearn.neighbors.BallTree``. Using the former will generate a warning.
- ``sklearn.linear_model.LARS()`` and related classes (LassoLARS,
LassoLARSIC, etc.) have been renamed to
``sklearn.linear_model.Lars()``.
Backward compatibilty package aliases and other deprecated classes and
functions will be removed in version 0.11.
...
...
@@ -283,34 +329,6 @@ inclusion of several new modules and a general renaming of old
ones. It is also marked by the inclusion of new example, including
applications to real-world datasets.
.. |banner1| image:: images/plot_face_recognition_1.png
:height: 150
:target: auto_examples/applications/face_recognition.html
.. |banner2| image:: auto_examples/applications/images/plot_species_distribution_modeling_1.png
:height: 150
:target: auto_examples/applications/plot_species_distribution_modeling.html
.. |banner3| image:: auto_examples/gaussian_process/images/plot_gp_regression_1.png
:height: 150
:target: auto_examples/gaussian_process/plot_gp_regression.html
.. |banner4| image:: auto_examples/linear_model/images/plot_sgd_iris_1.png
:height: 150
:target: auto_examples/linear_model/plot_lasso_lars.html
.. |center-div| raw:: html
<div style="text-align: center; margin: 0px 0 -5px 0;">
.. |end-div| raw:: html
</div>
|center-div| |banner1| |banner2| |banner3| |banner4| |end-div|
Changelog
---------
...
...
@@ -605,3 +623,5 @@ of commits):
.. _Andreas Müller: http://www.ais.uni-bonn.de/~amueller/
.. _Matthieu Perrot: http://www.lnao.fr/spip.php?rubrique19
.. _Jake Vanderplas: http://www.astro.washington.edu/users/vanderplas/
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