-
Updated
Nov 3, 2020 - Python
recommender
Here are 101 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 25, 2020 - Go
-
Updated
Nov 2, 2020 - Python
After running pip install moviebox
on a Mac with Python 2.7 I get the following error when trying to run it:
Traceback (most recent call last):
File "/usr/local/bin/moviebox", line 7, in <module>
from moviebox.cli import main
File "/usr/local/lib/python2.7/site-packages/moviebox/cli.py", line 6, in <module>
from .recommender import recommender
File "/usr/local/lib/pyth
-
Updated
Nov 3, 2020 - Python
-
Updated
Jul 8, 2020 - R
-
Updated
Apr 6, 2019 - Python
-
Updated
Aug 18, 2019 - Python
-
Updated
Oct 31, 2020 - Perl
-
Updated
Nov 14, 2018 - C#
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Feb 20, 2017 - Python
-
Updated
Feb 5, 2019 - Python
-
Updated
Sep 18, 2017 - TeX
-
Updated
Nov 6, 2018 - C#
-
Updated
Oct 12, 2020 - Java
-
Updated
Jun 13, 2018 - Python
-
Updated
Apr 14, 2018 - Python
-
Updated
Oct 12, 2020 - Java
-
Updated
Nov 21, 2017 - C++
-
Updated
Jun 17, 2020 - Python
Improve this page
Add a description, image, and links to the recommender topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the recommender 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