I see that AWS personalize supports GENRES for items. Can't find anything about preferred GENRES for the users dataset.
- is it supported?
- does it make sense to add preferred GENRES for users dataset?
General question about GENRES field
- doc shows genres as strings like
action|comedy
- is it OK to send ids instead of string values
1|42
?
and still define GENRES field as categorical string field?
{
"name": "GENRES",
"type": "string",
"categorical": true
}
Isn't it just a math behind the scenes and it doesn't really matter if genre is meaningful name of just a number?