Skip to content
#

recommender

Here are 91 public repositories matching this topic...

loomlike
loomlike commented Apr 15, 2019

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

NicolasHug
NicolasHug commented Apr 6, 2018

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

stphnrdmr
stphnrdmr commented Jun 20, 2018

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

Dice.com's relevancy feedback solr plugin created by Simon Hughes (Dice). Contains request handlers for doing MLT style recommendations, conceptual search, semantic search and personalized search

  • Updated Feb 12, 2020
  • Java

Improve this page

Add a description, image, and links to the recommender topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recommender topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.