chyikwei / recommend

recommendation system with python
310 stars 118 forks source link

Parameter 'Lambda' in the ALS-WR Model #23

Closed TheEdoardo93 closed 6 years ago

TheEdoardo93 commented 6 years ago

Hi, I've seen the implementation of the ALS-WR model provided in this library. This model has got a parameter called 'lambda'. I've a question: can I set the 'lambda' parameter of the model and how? The 'lambda' parameter in the reference paper is the 'reg' parameter in this implementation, right? If wrong, how can I set the 'lambda' parameter?

Thanks for the answer! Best regards.

chyikwei commented 6 years ago

yes. lambda in the paper is reg parameter in the model.