简体   繁体   English

Azure机器学习餐厅推荐器Web服务不起作用

[英]Azure machine learning restaurant recommender web service not working

I would like to build a recommender very similar to the Azure ML restaurant recommender sample. 我想构建一个与Azure ML餐厅推荐器示例非常相似的推荐器。 However if i use the sample as-is, I always get 'empty output' returned from the webservice. 但是,如果我按原样使用示例,则始终会从Web服务返回“空输出”。 These are steps i followed. 这些是我遵循的步骤。

  1. Create the training experiment from the sample and run it. 从样本创建训练实验并运行它。 Results look good. 结果看起来不错。
  2. Create the predictive experiment and run it. 创建预测性实验并运行它。 Again visualising data looks good. 再次可视化数据看起来不错。
  3. Publish the web service. 发布Web服务。
  4. Enter test useid,placeid,rating with various values picked from the test data. 输入测试useid,placeid,以及从测试数据中选取的各种值进行评分。 Always return 'empty output'. 始终返回“空输出”。 在此处输入图片说明 I made no changes to the experiments along the way, so this is what the predictive looks like: 在整个过程中,我没有对实验进行任何更改,因此预测结果如下所示:

在此处输入图片说明

What am I doing wrong? 我究竟做错了什么?

Got it working. 得到它的工作。 I figured out the webservice input should be connected to the customer input, as i am making recommendations for a customer. 我发现Web服务输入应该连接到客户输入,因为我正在为客户提出建议。 Makes sense. 说得通。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM