Skip to content
Alex Egg edited this page Jan 22, 2017 · 3 revisions

Welcome to the models-legacy wiki!

Related content:

http://stackoverflow.com/questions/36618259/how-to-use-pythons-fastfm-library-factorization-machines-for-recommendation-t

Notes:

Regarding adding a recommender module to sic-kit: Most applications of recommender systems don't follow the fit-predict pattern, and instead work with incomplete matrices that are completed, and with recommendation requests. If you have an idea for a recommender API that fits well into scikit-learn, suggestions are welcome.

Interesting thread:

https://github.com/scikit-learn/scikit-learn/issues/6142

Clone this wiki locally