Skip to content
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

Add AWS Sagemaker Auto ML operator and sensor #28472

Merged
merged 5 commits into from
Jan 5, 2023

Conversation

vandonr-amz
Copy link
Contributor

AutoML is a way to do machine learning experiments with minimal human oversight, just pushing training data and getting a model at the other end.

The operator allows triggering an Auto ML pipeline, consuming training data from S3, with optional auto-deployment of the model.
The sensor watches the job until it finishes.

Most of the code is in the hook, this time it's the operator that's thin.

@vandonr-amz

This comment was marked as resolved.

@vandonr-amz vandonr-amz marked this pull request as ready for review December 21, 2022 16:38
@eladkal eladkal merged commit e8533d2 into apache:main Jan 5, 2023
@vandonr-amz vandonr-amz deleted the vandonr/automl branch May 24, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants