Skip to content
#

unsupervised

Here are 57 public repositories matching this topic...

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
ahangchen
ahangchen commented May 15, 2018

Q: (1). In Table 4 of your paper, the last row (TFusion-sup) shows rank-1 accuracy is 73.13%. And my question is:

Your paper adopts DLCE as the supervised learning algorithm, and DLCE achieves rank-1 accuracy 79.51%. Can I say your method degrades performance of supervised learning method, or your method is more suitable for cross datasets scenario? It would be great if you give more details a

dongbohu
dongbohu commented Jan 23, 2019

Right now interface/README.md is mainly a copy from ngBoilerplate repo (with minor revisions from us). Many parts of its contents are obsolete, including:

  • ngBoilerplace link is invalid
  • travis (and interface/.travis) should be deleted because we are using CircleCI for both backend and frontend test.
  • Many command lines should be updated
  • ...
    Any reference of ngBoilerplace i

Improve this page

Add a description, image, and links to the unsupervised 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 unsupervised topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.