10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e393c76 commit 36430a5Copy full SHA for 36430a5
doc/whats_new.rst
@@ -89,6 +89,11 @@ Enhancements
89
the norms returned will be the same as for dense matrices (:issue:`7771`).
90
By `Ang Lu <https://github.com/luang008>`_.
91
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
97
Bug fixes
98
.........
99
0 commit comments