我有如下事件:
{
"event": "rate",
"entityType": "user",
"entityId": "John",
"targetEntityType": "item",
"targetEntityId": "Car Toy",
"properties" :
{
"rating" : 5
}
}
我希望使用Prediction.io 通用模板中的当前(UR) 算法计算具有“评级”属性的事件“比率” 。可能吗 ?或者我需要使用 ALS 算法并将其添加为多个算法?