maciejkula / spotlight

Deep recommender models using PyTorch.
MIT License
2.99k stars 423 forks source link

Multiple Criteria Recommendation Support #119

Closed andre-motta closed 6 years ago

andre-motta commented 6 years ago

I didn't understand through the documentation and by reading the code. Does spotlight support Multiple Criteria Decision Making

For example in the factorization module, can the rating be a vector and therefore the object would be a matrix? Or is that something that i'd have to implement on my own?

Been looking to step away from ML.NET now that finally my project allows for me to develop a unique machine learning module.

Thanks in advance!

maciejkula commented 6 years ago

No, this is not implemented.

andre-motta commented 6 years ago

Thank you for your response!