-
Updated
Nov 23, 2020 - Python
recommendation
Here are 225 public repositories matching this topic...
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 23, 2020
-
Updated
Jun 13, 2020 - Python
-
Updated
Apr 23, 2020 - Python
-
Updated
Nov 12, 2020
-
Updated
Nov 22, 2020
-
Updated
Nov 21, 2019
-
Updated
Nov 15, 2019 - Python
-
Updated
May 7, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Mar 17, 2020
-
Updated
May 11, 2020 - C
-
Updated
Feb 7, 2020 - Python
-
Updated
Apr 10, 2018 - Python
-
Updated
Nov 21, 2020 - Python
-
Updated
Oct 27, 2020 - Python
-
Updated
Jun 30, 2019 - Python
-
Updated
Nov 15, 2020 - Python
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
Oct 29, 2020 - Python
-
Updated
Apr 30, 2018 - Python
-
Updated
Nov 18, 2020 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Jun 25, 2018 - Scala
-
Updated
Jul 18, 2020 - Jupyter Notebook
-
Updated
Apr 29, 2018 - Jupyter Notebook
-
Updated
Sep 19, 2020 - Python
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
measuresparameter 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
predictionsparameter. In order to handle measur