Cognitive Service Recommendation API Upload Usage Event

独自空忆成欢 提交于 2019-12-02 04:28:31

问题


Cognitive Service Recommendation API of Upload Usage Event method does not work well.

Implementation Technique

  1. I was created in the order of the ”model” · ”catalog” · ”file” · ”build” in Cognitive Service Recommendation API.

  2. Response of ”Upload Usage Event” is status code is successful in 201.

  3. I call the ”Update model”.

  4. I call ”Download usage file” and ”Get item to item recommendation”.

  5. The item of ”Upload Usage Event” I tried to make sure it is reflected.

  6. 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?


回答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.



来源:https://stackoverflow.com/questions/38847122/cognitive-service-recommendation-api-upload-usage-event

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!