8000 DOC relabel Feature -> Efficiency in change log (#15770) · ogrisel/scikit-learn@1b4bb1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b4bb1c

Browse files
jnothmanogrisel
authored andcommitted
DOC relabel Feature -> Efficiency in change log (scikit-learn#15770)
1 parent 577e92f commit 1b4bb1c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/whats_new/v0.22.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,6 @@ Changelog
416416
:mod:`sklearn.gaussian_process`
417417
...............................
418418

419-
- |Feature| :func:`gaussian_process.GaussianProcessClassifier.log_marginal_likelihood`
420-
and :func:`gaussian_process.GaussianProcessRegressor.log_marginal_likelihood` now
421-
accept a ``clone_kernel=True`` keyword argument. When set to ``False``,
422-
the kernel attribute is modified, but may result in a performance improvement.
423-
:pr:`14378` by :user:`Masashi Shibata <c-bata>`.
424-
425419
- |Feature| Gaussian process models on structured data: :class:`gaussian_process.GaussianProcessRegressor`
426420
and :class:`gaussian_process.GaussianProcessClassifier` can now accept a list
427421
of generic objects (e.g. strings, trees, graphs, etc.) as the ``X`` argument
@@ -431,6 +425,12 @@ Changelog
431425
to notify the GPR/GPC model that it handles non-vectorial samples.
432426
:pr:`15557` by :user:`Yu-Hang Tang <yhtang>`.
433427

428+
- |Efficiency| :func:`gaussian_process.GaussianProcessClassifier.log_marginal_likelihood`
429+
and :func:`gaussian_process.GaussianProcessRegressor.log_marginal_likelihood` now
430+
accept a ``clone_kernel=True`` keyword argument. When set to ``False``,
431+
the kernel attribute is modified, but may result in a performance improvement.
432+
:pr:`14378` by :user:`Masashi Shibata <c-bata>`.
433+
434434
- |API| From version 0.24 :meth:`gaussian_process.kernels.Kernel.get_params` will raise an
435435
``AttributeError`` rather than return ``None`` for parameters that are in the
436436
estimator's constructor but not stored as attributes on the instance.

0 commit comments

Comments
 (0)
0