问题描述
上传使用事件方法的认知服务推荐API效果不佳.
Cognitive Service Recommendation API of Upload Usage Event method does not work well.
实施技术
-
我是按照认知服务推荐API中的模型"·目录"·文件"·构建"的顺序创建的.
I was created in the order of the "model" · "catalog" · "file" · "build" in Cognitive Service Recommendation API.
在201中成功响应"Upload Usage Event"(上载使用事件).
Response of "Upload Usage Event" is status code is successful in 201.
我称之为更新模型".
我称为下载使用情况文件"和获取项目之间的建议".
I call "Download usage file" and "Get item to item recommendation".
上传使用情况事件"的项目我试图确保它得到反映.
The item of "Upload Usage Event" I tried to make sure it is reflected.
但是,它没有反映出来.
However, it did not reflect.
我想知道如何将上载使用情况事件"的内容反映到构建中.我错了什么执行程序吗?
I want to know how to reflect the item of Upload Usage Event to Build.Am I wrong what implementation procedure?
推荐答案
在[updloading a usage event][1]
之后,您需要在该模型中创建一个新版本,以将使用事件视为推荐请求的一部分.
After [updloading a usage event][1]
you need to create a new build in that model for the usage event to be considered as part of the recommendations request.
请注意,一次使用事件可能不会显着改变模型.通常,您每周一次(或多或少取决于接收的流量水平)对模型进行一次训练-届时您将发送成百上千次可能实际上影响模型的使用事件.
Note that a single usage event may not significantly change the model. Usually you retrain the model once a week (or more or less depending on the level of traffic you receive) -- and at that point you would have had sent hundreds or thousands of usage events that may actually impact the model.
这篇关于认知服务推荐API上传使用事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!