sagemaker-python-sdk
sagemaker-python-sdk copied to clipboard
A library for training and deploying machine learning models on Amazon SageMaker
*Description of changes:* add more info about volume_size of the estimator class *Testing done:* tox -e black-check,flake8,docstyle,sphinx,doc8,twine --parallel all ## Merge Checklist _Put an `x` in the boxes that apply....
*Issue #, if available:* #3250 *Description of changes:* Add the missing Tensorflow 2.9 inference image. Note that I'm considering this to be a "fix", not a "feature" as the training...
*Description of changes:* Added a check so the serializer and deserializers are an instance instead of a class which is a common error which can create confusion and difficult to...
*Description of changes:* This PR does the following: - Add PipelineVariable annotation in `Model` and `TensorFlow`. The PipelineVariable annotation will be leveraged by a test mechanism: https://github.com/aws/sagemaker-python-sdk/pull/3163 to scan and...
**Describe the bug** When using a model monitor for my deployed decision tree model, the monitor mixes up the features and the target variable. That is: It interprets the collected...
I am using aws provided tritonserver container for my ensemble model serving. However, one of my python-backend module requires /dev/shm higher than 64MB. I have tested SM serving in local...
*Issue #, if available:* #2945 *Description of changes:* Minor doc refinement. *Testing done:* Run tox ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill...
*Issue #, if available:* *Description of changes:* - Added `_AnalysisConfigGenerator` class to simplify maintainability of the config creation. - Also, with this generator, customers may reproduce the state of the...
*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....
*Issue #, if available:* *Description of changes:* *Testing done:* ## Merge Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR....