-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: ignore private Automatic Model Tuning hyperparameter when attaching AlgorithmEstimator #1230
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
Conversation
…ing AlgorithmEstimator
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* feat: Queue and QueuedJob implementation for AWS Batch Service (aws#991) * fix: Update Batch endpoint; Function renaming (aws#1230) Co-authored-by: Jenna Zhao <[email protected]> * chore: minor formatting --------- Co-authored-by: haoxinwa <[email protected]> Co-authored-by: JennaZhao <[email protected]> Co-authored-by: Jenna Zhao <[email protected]> Co-authored-by: Gregory Katkov <[email protected]>
Issue #, if available:
Description of changes:
SageMaker Automatic Model Tuning adds a private hyperparameter to all of its training jobs. This can cause an issue when attaching to a training job with the hyperparameter:
I tested this with KMeans, and the private hyperparameter is not included after attaching, so I've gone for the same approach with
AlgorithmEstimator.Testing done:
Tested manually by adapting the code from this notebook to create a training job to try attaching to.
Merge Checklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_baseto create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.