Skip to content

v0.2.0

Compare
Choose a tag to compare
@yinweisu yinweisu released this 29 Mar 21:57
· 46 commits to master since this release
a81aaf9

Version 0.2.0

We're happy to announce the AutoGluon-Cloud 0.2.0 release. This release added support for TimeSeriesCloudPredictor.
Please give it a try and provide us feedback!

Currently, AutoGluon-Cloud supports training and deploying TabularPredictor, MultiModalPredictor and TimeSeriesPredictor with AutoGluon Deep Learning Containers version 0.6.0 and newer.
It is always recommended to use the latest version of the container as it has more features and are updated with security patches.

To learn more, check out our tutorial

This release contains 27 commits from 2 contributors.

See the full commit change-log here: 0.1.0...0.2.0

Full Contributor List (ordered by # of commits):

This release supports Python versions 3.8, 3.9, and 3.10. Python 3.7 is no longer supported as of this release.

NEW: TimeSeriesCloudPredictor

We are happy to announce that you can train TimeSeriesPredictor with SageMaker backend in the cloud just like TabularPredictor and MultiModalPredictor now.
Checkout the quick example here!

NEW Doc Site Style

We have updated the doc site to match the new style being used by the main AutoGluon site.
Check it out here

General:

Improvements and Refactoring:

Bug Fixes/Doc Improvements:

CI:

Distributed Training:

Added components to support distributed training in the future. This feature is not available yet, but is being actively working on

Miscellaneous