This repository contains the CloudFormation template and prewritten source code powering the code-free AutoML pipeline detailed in this AWS Machine Learning blog post. Feel free to customize it to fit your use case and share with us what you build!
autogluon-tab-with-test.pyis the script run by the SageMaker training job the Lambda function automatically kicks off when you upload your training data to S3. It's pre-packaged insourcedir.tar.gzfor the use of the pipeline. You can modify this script to reuse the pipeline with your own model training code.CodeFreeAutoML.yamlis the CloudFormation template you use to deploy the pipeline in your account.lambda_function.pyis the source code for the Lambda function that kicks off the SageMaker training job when you upload your data to S3.sourcedir.tar.gzis theautogluon-tab-with-test.pyfile pre-packaged for your convenience; the pipeline requires it to be gzipped.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.