Closed amil-khare closed 2 years ago
@tqtg Thanks for the response!
Scenario 2: I have categorical data like - Genre of Movies, User Age bracket. What type of modality would they be coming in?
Scenario 3: I also wanted to know how can I run cornac on really huge data. I am using Pyspark for processing data and have about 10 million records. Should I break down the data into multiple csv files and if so is there a tutorial how to pass multiple files to train a model?
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.
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?