NicolasHug / Surprise

A Python scikit for building and analyzing recommender systems
http://surpriselib.com
BSD 3-Clause "New" or "Revised" License
6.28k stars 1k forks source link

How do I apply ALS minimization in SVD? #456

Open Shariar076 opened 1 year ago

Shariar076 commented 1 year ago

Hello, @NicolasHug

According to the docs, the SVD model uses SGD as the minimization algorithm. Is there any way of using ALS instead? I needed to compare the performance of these two in my data

NicolasHug commented 1 year ago

Hi, No, only SGD is available in surprise for the SVD model