guoguibing / librec

LibRec: A Leading Java Library for Recommender Systems, see
https://www.librec.net/
Other
3.23k stars 1.03k forks source link

Question about the factorization machine recommender implementation. #287

Open nasimsonboli opened 5 years ago

nasimsonboli commented 5 years ago

Could you give me an example of how to use/run any of the algorithms under the superclass of factorization machine recommender? An example of the format of the data, main parameters, anything would help. The documentation isn't clear enough for me.

helpwanted #question

SunYatong commented 5 years ago

You can check the configuration and testcase of FM-based methods, e.g., FMSGDTestCase and FMALSTestCase.