-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asynchronous fit #4
Comments
Hey, thanks for trying out SageMaker! We're going to support async fit, it just didn't make the cut for launch. This is on our backlog, and we'll give you an update when we have an ETA. |
That's great to hear. Thanks! |
This is already implemented in master. However its not released to pypi yet. I will reopen this issue to track it and close it once this feature lands in pypi. Anyone interested in using it now can install the sdk from source. |
This was just released in v1.1.0 to PyPI |
Add integ tests for pytorch prediction.
Swap s3_prefix for code_location and separate code/entrypoint
My first use for SageMaker involved async submission of KMeans jobs. EstimatorBase.fit raises NotImplemented('Asynchronous fit not available') if the wait parameter is set to false.
Is fit() necessarily synchronous, or is it just not implemented yet?
The text was updated successfully, but these errors were encountered: