This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
v0.2.8 Usability improvement release
Pre-release
Pre-release
Enhancements:
- Automatically calls
datasets()
when a workspace is created to validate the workspaceid
andauth
token - More informative error messages if AzureML responds with an error message
- Added images in the HTML help for
workspace()
to show where to findid
andauth
Behind the scenes:
- Deals with differences in how the PROD and INT versions of the AzureML service returns results
- Refactored calls to always use expontential backoff - this means that all calls to AzureML retry several times if the service returns an error, and the elapsed time between calls grow exponentially.