SunYatong
SunYatong
Here is the introduction of new features : https://www.librec.net/dokuwiki/doku.php?id=introduction DL4J is used to implement deep learning based recommendation algorithms.
保存结果的那部分代码现在暂时被注释掉了,有问题正在修复。
我刚刚修复了此问题,请更新代码后再验证下。
我之前修改的是源码,你用命令行执行的是 jar 包,我刚把新 jar 包传上来了。
The exception has already told you what to do : "current settings does not fit the recommender. Change the settings and try again."
感谢提醒,已修复
The GUI module has its own maven configuration, please make sure that all the packages have been imported.
You can implement a data appender to read your data refer to the existing ones.
Yes, that's exactly what I mean and your structure is good to work. - For example, you can implement a class called FairDataAppender under ```librec/data/convertor/appender``` directory to read and store...
Does this happen with the built-in filmtrust and ml-100k datasets? I can't reproduce your problem with these two datasets. BTW in your configuration: ``` conf.set("rec.similarity,shrinkage", "10"); ``` the "," should...