Closed ayush488 closed 2 years ago
Can the user and item feature contain a mixture of continuous and categorical features?
Yes, if they are numeric. Depending on the cardinality it might be better to one-hot-encode (or similar) the categorical features though.
Can the user and item feature contain a mixture of continuous and categorical features?