Skip to content
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
Compare
Choose a tag to compare
@andrie andrie released this 22 Dec 14:50
· 130 commits to master since this release

Enhancements:

  • Automatically calls datasets() when a workspace is created to validate the workspace id and auth token
  • More informative error messages if AzureML responds with an error message
  • Added images in the HTML help for workspace() to show where to find id and auth

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.