Closed yckoong closed 5 years ago
AR and POPULAR were not able to create ratings for binary data. A version that can do this is now on GitHub. This will be part of the next release.
Please check the new version. I did not have enough time to do thorough testing.
Hi @mhahsler , glad to hear from you and thanks for the bug fixed. I'm excited to test the new RECOM_AR.R
and RECOM_POPULAR.R
code, but i couldn't find a way to update the new version code into existing recommenderlab on my machine. Could you lead me?
From the Github page for recommenderlab. Hope this works.
Current development version: Download package from AppVeyor or install from GitHub (needs devtools).
library("devtools") install_github("mhahsler/recommenderlab")
@mhahsler thanks for the guidance, tested the latest development version, the prediction for hybridrecommender on "binaryRatingMatrix" works smoothly :)
Great! Thanks for testing.
Hi @mhahsler, I'm current running R-64bit (version 3.4.4) on windows machine with recommenderlab version 0.2-2 . I got an issue when predict recommendation "topNList" using "HybridRecommender" on "binaryRatingMatrix". Below are my code:-
1) Tried predict using "HybridRecommender" on "binaryRatingMatrix" (return error)
2) Tried predict using "HybridRecommender" on "realRatingMatrix", it work as well with no prediction issue
Hope to hear from you!