Skip to content

feat: split xgboost_abalone and model_deploy project templates #58

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

Merged
merged 9 commits into from
Apr 16, 2024

Conversation

kukushking
Copy link
Contributor

@kukushking kukushking commented Apr 15, 2024

Describe your changes

  • Separate xgboost_abalone and model_deploy project templates into two separate templates - for an example SageMaker pipeline training on abalone dataset with XGBoost, and for CI/CD template for deploying model endpoint based on the package/group to a set of 3 accounts (dev, pre-prod, and prod).
  • Add template links to the main readme
  • Add architecture diagrams for the individual templates

Issue ticket number and link

Checklist before requesting a review

  • I updated CHANGELOG.MD with a description of my changes
  • If the change was to a module, I ran the code validation script (scripts/validate.sh)
  • If the change was to a module, I have added thorough tests
  • If the change was to a module, I have added/updated the module's README.md
  • If a module was added, I added a reference to the module to the repository's README.md
  • I verified that my code deploys successfully using seedfarmer apply

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
Signed-off-by: Anton Kukushkin <kukushkin.anton@gmail.com>
@kukushking kukushking self-assigned this Apr 15, 2024
@kukushking kukushking marked this pull request as ready for review April 15, 2024 15:33
Copy link
Contributor

@LeonLuttenberger LeonLuttenberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@kukushking kukushking merged commit 88f20d3 into awslabs:main Apr 16, 2024
@kukushking kukushking deleted the feat/split-model-deploy branch April 16, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Separate model deployment pipeline from multi-acc Abalone/XGBoost template
2 participants