irecsys / CARSKit

Java-Based Context-aware Recommendation Library
https://carskit.github.io/
GNU General Public License v3.0
124 stars 53 forks source link

Using many different models #18

Closed zainab2014 closed 5 years ago

zainab2014 commented 5 years ago

Is it possible to do some changes to the config file in order to be able to call different models one time, for example, if I want the results from MF and BiasedMF is there a method other than run the tool many times? Thank you so much.

irecsys commented 5 years ago

Please refer to the CARSKit guide, https://arxiv.org/abs/1511.03780 It has been introduced in the guide. Also, you need to tune up paramters for each model. We do not suggest to run several models at the same time