Re: Data UR

2017-05-17 Thread Pat Ferrel
The docs should be fairly clear. If not please suggest or PR any changes you find: http://actionml.com/docs/ur_input#property-event Categorical properties must be arrays of strings even if there is only one string. They must all be encoded

Re: Data UR

2017-05-17 Thread Dennis Honders
So it will be event $set? { *"event" : "$set",* "entityType" : "item", "entityId" : "31", "properties" : { category: ["5", "8"], manufacturer: "55", label: "test-item", price: "$1-$5" } } And the eventdate can be applied to event cart-transaction? 2017-05-17 17:13 GMT+02:00 Pat

Re: Data UR

2017-05-17 Thread Pat Ferrel
With multiple event types there appears to be a serious bug that kills training. I don’t advise RC1 at present. If you don’t get the error, it should work correctly but if you do, you’ll have to wait for a fix. Option 2 is correct, properties are applied to the entityId, which would be the

Data UR

2017-05-16 Thread Dennis Honders
Hi, 1. I already used similar product template for experimenting. https://predictionio.incubator.apache.org/templates/similarproduct/quickstart/ For UR, are the data queries for the eventserver about the same, but can take more properties? In my case three events. Set users, set items and set