recommender
Here are 91 public repositories matching this topic...
For now only strings are accepted as the measures
parameter in GridSearchCV
, RandomizedSearchCV
, and cross_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
There is already one optimisation PR for predict method: lyst/lightfm#105
But sometimes one probably can do it in a simpler way (just using numpy with BLAS):
https://github.com/inpefess/lightfm/blob/predict_comparison/examples/batch_predict/predicting_with_matrix_multiplication.ipynb
@maciejkula what do you think about adding another, say predict_numpy/predict_all me
-
Updated
Jan 31, 2020 - Java
-
Updated
May 18, 2020 - Go
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
Jun 7, 2019 - Python
-
Updated
Oct 8, 2019 - R
-
Updated
Apr 6, 2019 - Python
-
Updated
Nov 14, 2018 - C#
As described in the readme:
pip install requirements.txt
cd demo
python collaborative_filtering_v1.py
It does not work, because:
- pip install -r requirements.txt # do not forget "-r"
- ModuleNotFoundError: No module named 'keras_recommender' # this module is located in the parent directory, not the demo directory.
-
Updated
Aug 18, 2019 - Python
-
Updated
Feb 20, 2017 - Python
-
Updated
Sep 18, 2017 - TeX
-
Updated
Feb 12, 2020 - Java
-
Updated
Nov 6, 2018 - C#
-
Updated
Apr 1, 2020 - Jupyter Notebook
-
Updated
Feb 5, 2019 - Python
-
Updated
May 29, 2020 - Python
-
Updated
Jun 13, 2018 - Python
-
Updated
Apr 14, 2018 - Python
-
Updated
Aug 15, 2019 - Java
-
Updated
Nov 21, 2017 - C++
-
Updated
Dec 3, 2019 - Go
-
Updated
May 30, 2018 - 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."
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o