PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
884 stars 144 forks source link

[ASK]Adding different types of information to matrix #454

Closed amil-khare closed 2 years ago

amil-khare commented 2 years ago

Description

Hello, I had a question regarding extra metadata that can be added to models in 2 different scenarios: - Scenario 1 - Adding Implicit rating(clicks) and explicit rating(1-5) to matrices. Should I figure out the scoring function myself or is there some way to handle such cases - Scenario 2 - Adding User & Item meta data along side implicit ratings. These metadata can be categorical, text and continuous valued set of features. Which models have the support for such use cases? ### Other Comments - Also one more question I had was around best way to go about training for large datasets? Create multiple Training & Validation CSV files?
tqtg commented 2 years ago
amil-khare commented 2 years ago

@tqtg Thanks for the response!

tqtg commented 2 years ago

Anyway, this is going off the topic of your initial question. Please consider closing this issue and open new ones if you face technical problems.