question

MeenalGad-4297 avatar image
0 Votes"
MeenalGad-4297 asked romungi-MSFT answered

SDKs to configure Azure Personalizer

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://docs.microsoft.com/en-us/azure/cognitive-services/personalizer/how-to-settings
https://docs.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-personalizer
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered

@MeenalGad-4297 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.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.