-
Notifications
You must be signed in to change notification settings - Fork 730
if we have more user features or item features,how to do for input file #149
Comments
Can you tel me how are you going to use those features |
thanks..first ,i have user's age and sex and rating,i don't know how to add this to the input .because the example of Movielens only use user id,item id and timestamp,so i understand only like rating matrix can be a input. |
The examples which we gave you had only feature which was the purchase. But you want to add 3 Features for each customer . Am i Right with that ? |
yes,right |
Hi, |
If you look at the CIFAR-10 sample, it shows how to build your own training and inference pipeline. If that's too complicated, Amazon to the best of my knowledge has deprecated this framework and will not be throwing additional resources at supporting it, so I would focus on making use of TF or PyTorch instead, pressing them for better sparse data performance because TF has made zero progress in that direction since 2016 and PyTorch could use some sparse TLC as well. |
information as follows:
userid user_features itemid item_feature rating
The text was updated successfully, but these errors were encountered: