i have event like below :
{
"event": "rate",
"entityType": "user",
"entityId": "John",
"targetEntityType": "item",
"targetEntityId": "Car Toy",
"properties" :
{
"rating" : 5
}
}
i want the event "rate" that have properties "rating" to be calculated using current (UR) algorithm in Prediction.io Universal Template. Is it possible ? or i need to use ALS algorithm and add it as multiple algorithm ?