orange3-recommendation
orange3-recommendation copied to clipboard
π :thumbsdown: Add-on for Orange3 to support recommender systems.
##### Recommendation version latest ##### Orange version 3.27.1 ##### Expected behavior Showing evaluation results ##### Actual behavior Not showing any results; but it works for Baseline learners. ##### Steps to...
##### Recommendation version latest ##### Orange version 3.27.1 ##### Expected behavior (Print on screen) [0.98389692 1.01224489 1.0078577 ] ##### Steps to reproduce the behavior import Orange from orangecontrib.recommendation import SVDPlusPlusLearner,...
##### Issue Fixes #8, #9 ##### Description of changes Add ConcurrentMixin which moves computation on thread and fix old input/output style. ##### Includes - [X] Code changes - [ ]...
python 3.6.2 numpy 1.15.4+mkl Orange3 3.18.0 Orange3-Recommendation 0.1.3 ** - Error information: ** if norm_feedback > 0: # Gradient Y dx_yi = -eij/norm_feedback * Q[j, :] \ + lmbda *...
I canΒ΄t use de GEO Add-on. When I try to install through menu option: Collecting Orange3-Geo Using cached https://files.pythonhosted.org/packages/96/d0/2f849d65a70c261959f7f45be8cd2fb742f0e38b5faa190cc0de855053ae/Orange3-Geo-0.2.3.tar.gz Requirement already satisfied: Orange3 in c:\users\jrangel\appdata\local\orange1\lib\site-packages (from Orange3-Geo) (3.18.0) Requirement already...
When learners are used with Tests & Score widget, they get deep_copied, which is implemented in python as pickling and unpickling. If a learner holds a reference to a widget,...
As suggested in https://github.com/biolab/orange3/issues/2793#issuecomment-346713946 http://orange-development.readthedocs.io/widget.html#input-output-signal-definitions
I tried to reproduce the RMSEs of ml-100k reported in the [benchmarks](http://orange3-recommendation.readthedocs.io/en/latest/performance/benchmarks.html). However, the number I got is 0.91474, far worse than the reported score 0.810 (I even used the...
Hey, While working in orange3env in linux I tried both via the options/add-ons and via 'pip install https://github.com/biolab/orange3-recommendation/tarball/0.1.3' installing the add-on But when i open one of the two examples...
Usually is a good practice to analyze the evolution of the loss to understand how the model is being optimised. To achieve this, we can either output the loss as...