sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

A library for training and deploying machine learning models on Amazon SageMaker

Results 399 sagemaker-python-sdk issues
Sort by recently updated
recently updated
newest added

*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....

…aunched jobs *Issue #, if available:* *Description of changes:* Allow users to customize trial component display names for pipeline launched jobs *Testing done:* ## Merge Checklist _Put an `x` in...

**Describe the bug** I am trying to use `PipelineGraph `to sort out the dependencies of my steps. The issue occurs because we have a custom Pipeline class that schedules our...

bug
component: pipelines

*Issue #, if available:* *Description of changes:* Added a public method to run both Bias and Explainability in a single job processing *Testing done:* ## Merge Checklist _Put an `x`...

I'm running into a possible bug I don't understand. I have an existing feature group that I'm trying to get the metadata from but the method is missing on the...

bug

*Description of changes:* The goal of this PR is to make the code more Pythonic by incorporating Python with statements. *Testing done:* ## Merge Checklist _Put an `x` in the...

*Issue #, if available:* *Description of changes:* ![image](https://user-images.githubusercontent.com/25279765/183023275-2c5a0ecd-5884-40e9-ba98-d5826096371a.png) There are conflicts between the specified version in docstring and the actual implementation. This PR fixes the docstring of the HuggingFaceProcessor to...

*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:* Correct documentation error - `label` and `predicted_label` can be used together. *Testing done:* No tests. Just a documentation change ## Merge Checklist _Put...

*Issue #, if available:* *Description of changes:* When passing distribution dict to estimator API PyTorch, we can let smp_config be either a dict (current behavior) or a string representing a...