-
Updated
Nov 10, 2020 - Python
recommendation
Here are 223 public repositories matching this topic...
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 8, 2020
-
Updated
Jun 13, 2020 - Python
-
Updated
Apr 23, 2020 - Python
-
Updated
Sep 10, 2020
-
Updated
Sep 13, 2020
-
Updated
Nov 21, 2019
-
Updated
Nov 15, 2019 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Mar 17, 2020
-
Updated
May 11, 2020 - C
-
Updated
Feb 7, 2020 - Python
-
Updated
Apr 10, 2018 - Python
-
Updated
Nov 8, 2020 - Python
-
Updated
Jun 30, 2019 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 30, 2018 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Jul 18, 2020 - Jupyter Notebook
-
Updated
Apr 29, 2018 - Jupyter Notebook
-
Updated
Jun 25, 2018 - Scala
-
Updated
Oct 24, 2020 - C#
Improve this page
Add a description, image, and links to the recommendation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recommendation topic, visit your repo's landing page and select "manage topics."
For now only strings are accepted as the
measures
parameter inGridSearchCV
,RandomizedSearchCV
, andcross_validate
. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictions
parameter. In order to handle measur