SDKs to configure Azure Personalizer

Meenal Gad 1 Reputation point
2020-11-10T00:55:10.763+00:00

Is there any python SDK support for configuring an Azure Personalizer learning loop?

What I am looking to accomplish is to be able to control the settings described in this page, but using APIs instead of having to manually change them from the Azure portal:
https://learn.microsoft.com/en-us/azure/cognitive-services/personalizer/how-to-settings
https://learn.microsoft.com/en-us/azure/cognitive-services/personalizer/how-to-manage-model

Also, is there any python SDK support for exporting the learned model and running offline evaluations?

Azure AI Personalizer
Azure AI Personalizer
An Azure artificial intelligence service that enables applications to personalize user experiences by learning from collective real-time user behavior.
32 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 41,961 Reputation points Microsoft Employee
    2020-11-10T13:24:10.61+00:00

    @Meenal Gad You can use the rest API to update the service configuration. There is SDK support available, here is the reference for python SDK.
    The SDKs are available for python, .net, Go and Node.js but the ability to use all the API's could be limited with the SDK.

    0 comments No comments