v1.3
Improvements
- Added
update_performancetask for easily uploading performance information for a model. - New (experimental) pyml2sas sub-package provides utilities for generating SAS code from Python gradient boosting models.
- New (experimental) methods for managing workflows added to
model_managementservice.
Changes
register_modeltask automatically captures installed Python packages.- All
list_xxxmethods return all matching items unless alimitparameter is specified. - Improved API documentation.
- Updated
full_lifecycleexample with performance monitoring.