I'm new to PredictionIO, and I'm following this tutorial http://docs.prediction.io/0.8.0/tutorials/engines/itemrec/rails.html. I got to the step where I need to import a rake task. Well, that doesn't work and I get this error:
PredictionIO::EventClient::NotCreatedError: The requested resource could not be found.
That happens when I try this line:
client.set_user(user.id)
Now, right before this step, it says to change file params/datasource.json and to specify the target app. I don't know how to get this ID and I suspect this might be the problem here.
Hope this is clear and someone knows the answer.