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?