Skip to content

cloudacademy/azure-recommendation-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

*** Note: This course has been retired. ***

Building a Recommendation Engine on Azure

This file contains URLs and commands from the demos in Cloud Academy's Building a Recommendation Engine on Azure course.

Introduction

Azure Free Trial

Deploying and Testing

Product Recommendations Solution

User transactions for personalized recommendations:

[{"itemId": "DAF-00448",
"eventType": "Purchase",
"timestamp": "2018-08-15T09:05:00"},
{"itemId": "DHF-01333",
"eventType": "Purchase",
"timestamp": "2018-08-14T23:01:00"}]

Making API Requests

curl -i -X GET --header 'x-api-key: <Primary Key>' '<Website URL>/api/models/<Model ID>/recommend?itemId=DQF-00248'

API Documentation

Conclusion

support@cloudacademy.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors