Skip to content
Snippets Groups Projects
Commit 2f3c9eaa authored by Jaques Grobler's avatar Jaques Grobler Committed by Gael Varoquaux
Browse files

Updated `whats_new.rst` with API change

parent 3fb93330
Branches
Tags
No related merge requests found
...@@ -98,6 +98,10 @@ API changes summary ...@@ -98,6 +98,10 @@ API changes summary
- Sparse classes in the :ref:`sgd` module are now deprecated. - Sparse classes in the :ref:`sgd` module are now deprecated.
- In :class:`mixture.GMM`, :class:`mixture.DPGMM` and :class:`mixture.VBGMM`,
parameters must be passed to an object when initialising it and not through
``fit``. Now ``fit`` will only accept the data as an input parameter.
- methods `rvs` and `decode` in :class:`GMM` module are now deprecated. - methods `rvs` and `decode` in :class:`GMM` module are now deprecated.
`sample` and `score` or `predict` should be used instead. `sample` and `score` or `predict` should be used instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment