inpefess / recommender-systems-course

Apache License 2.0
3 stars 0 forks source link

Abandon TuriCreate #3

Closed inpefess closed 2 years ago

inpefess commented 2 years ago

TuriCreate doesn't support Windows (e.g. with Anaconda). It also doesn't work well or even at all with Python 3.8+. Its last release happened in Oct 2020.

inpefess commented 2 years ago

Since we use Turi only because they include FM, and FM are primarily a second-stage (ranking) model, we probably should move to DLRM instead (for example, like here: https://github.com/NVIDIA-Merlin/models/blob/main/examples/usecases/social.ipynb)

inpefess commented 2 years ago

Or maybe the newest release of MS Recommenders can be used: https://github.com/microsoft/recommenders/blob/main/examples/00_quick_start/xdeepfm_criteo.ipynb