10000 added entry to whatsnew.rst about callable kernels · scikit-learn/scikit-learn@36430a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36430a5

Browse files
committed
added entry to whatsnew.rst about callable kernels
1 parent e393c76 commit 36430a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ Enhancements
8989
the norms returned will be the same as for dense matrices (:issue:`7771`).
9090
By `Ang Lu <https://github.com/luang008>`_.
9191

92+
- :class:`model_selection.GridSearchCV`, :class:`model_selection.RandomizedSearchCV`
93+
and :func:`model_selection.cross_val_score` now allow estimators with callable
94+
kernels which were previously prohibited. :issue:`8005` by `Andreas Müller`_ .
95+
96+
9297
Bug fixes
9398
.........
9499

0 commit comments

Comments
 (0)
0