This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
Releases: RevolutionAnalytics/AzureML
Releases · RevolutionAnalytics/AzureML
v0.2.3 Bug fix release
Bug fixes:
- Fixes bug that caused
download.intermediate.dataset()
to always return a data frame with a single column.
Enhancements:
- The function
consumeWebservice()
now accepts either anEndpoint
or aService
as input - Better error reporting if a
zip
utility is not found on the path - Improved azure schema generation for data frames
- Validation and error message if the
inputSchema
inpublishWebservice()
is something other than a list (or data frame)
v0.2.2 Bug bash release
This release is feature complete, ready for wider testing.
Enhancements include:
- You can supply a data frame as input to
publishWebservice()
and the function automatically discovers the input schema. This makes the function vastly easier to use. - When the API returns certain error messages, immediately return an error, rather than retrying to see if the error was caused by a time-out. Specifically, the function throws and error immediately if the http return code is 400
v0.2.0 Refactor most of the functionality in original AzureML package
This release adds support for:
- Datasets
- Downloading datasets
- Downloading intermediate datasets from experiments
- Upload datasets
- Webservices
- Publish webservice
- Consume webservice