【发布时间】:2014-10-29 10:29:43
【问题描述】:
我是 PredictionIO 的新手,我正在学习本教程 http://docs.prediction.io/0.8.0/tutorials/engines/itemrec/rails.html。我到了需要导入 rake 任务的步骤。好吧,这不起作用,我收到此错误:
PredictionIO::EventClient::NotCreatedError: The requested resource could not be found.
当我尝试这条线时会发生这种情况:
client.set_user(user.id)
现在,就在这一步之前,它说要更改文件 params/datasource.json 并指定目标应用程序。我不知道如何获得这个ID,我怀疑这可能是这里的问题。
希望这很清楚,有人知道答案。
【问题讨论】:
标签: ruby-on-rails predictionio