recommendation-api | Rank and serve recommendations | Recommender System library
kandi X-RAY | recommendation-api Summary
kandi X-RAY | recommendation-api Summary
Rank and serve recommendations
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Resolve a home lineup
- Return a CorpusSlateLineLookupModel
- Return the ids of the ids of all recommendations
- Deduplicate a list of slates
- Update a user recommendations preferences
- Get all available topics
- Get a list of topics
- Loads and returns a list of SlateLineConfigs
- Parse a json file and validate it
- Get a list of slates from a given experiment
- Returns a list of all available rankers
- Get metrics from a given module
- Get Personalized topic list
- Parse a JSON file and validate it
- Get a CorpusSlate model
- Handler for creating recommendations
- Fetch a user recommendations model for a user
- Get a specific slate
- Get the list of items for a given user
- Get a candidate set by CS_ID
- Get recommendations for a given experiment
- Load and validate configs
- Get a new slateline profile with the fallback
- Resolve SetupMomentSlate model
- Get a RecitCandidateSet
- Returns a list of SlateConfigModel objects
- Query metrics
recommendation-api Key Features
recommendation-api Examples and Code Snippets
Community Discussions
Trending Discussions on recommendation-api
QUESTION
From the documentation of 'Upload usage event' (https://westus.dev.cognitive.microsoft.com/docs/services/Recommendations.V4.0/operations/577ec1847270320f24da25b1), we can tie the event with the build id.
However, from Cognitive Service Recommendation API Upload Usage Event, it seems like I need to create a new build for the event to be considered. Is that still true? If that's the case, what is the purpose of sending the build id in the usage event?
...ANSWER
Answered 2017-Nov-03 at 16:47The usage events need to be tied to a particular model, not a particular build.
You will notice in the URL the location where the modelId is passed: https://westus.api.cognitive.microsoft.com/recommendations/v4.0/models/{modelId}/usage/events
That just means that the next build you create for that model will take into consideration the new uploaded usage events. So, yes -- you do need to create a build after changing catalog and usage related information for that to be taken into consideration.
The only reason for the buildId to be passed as part of the usage event information is that it is helpful to get conversion metrics for a particular build. (i.e. Since you would be notifying the system when a purchase actually occurs).
NOTE: Please notice that the recommendations API will be deprecated on Feb. 15 2018 -- therefore I would advise you to use The Recommendations Solutions Template (http://aka.ms/recopcs) instead.
Thanks!
Luis Cabrera | Program Manager | Recommendations Team
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install recommendation-api
docker-compose build
docker-compose up
Visit http://localhost:8000
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page