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 371 sagemaker-python-sdk issues
Sort by recently updated
recently updated
newest added

*Issue #, if available:* Fix https://github.com/aws/sagemaker-python-sdk/issues/3809, allowing to catch these issues early. Fix https://github.com/aws/sagemaker-python-sdk/issues/4295 by removing the fastapi dependency *Description of changes:* Adds typing check to the Spark and SKLearn...

**Describe the bug** Logging to stdout is an undesirable default for a library, especially since tools that use the library will want to control what is written to stdout. For...

bug

**Describe the bug** After calling [log_confusion_matrix](https://sagemaker.readthedocs.io/en/stable/experiments/sagemaker.experiments.html#sagemaker.experiments.Run.log_confusion_matrix ) only the test confusion matrix is shown in the charts section,while nothing is shown in the output artifacts section (Screenshots provided in the...

bug
component: experiments

Dozens of bug reports and feature requests (e.g. #4114) got closed recently with this text: > Thanks for using SageMaker and taking the time to suggest ways to improve SageMaker...

**Describe the feature you'd like** Please can we promote the *existing* `RecordDeserializer` and `RecordSerializer` into the proper documented serializers and deserializers packages? MXNet RecordIO is not an easy format to...

type: feature request
type: documentation
contributions welcome

*Issue #, if available:* #4144 *Description of changes:* This PR adds an optional `codeartifact_repo_arn` parameter to the `FrameworkProcessor.run()` method. Providing this ARN will allow the `_generate_framework_script()` method to call `_get_codeartifact_index()`,...

Would fix #3361 *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. If...

**Describe the bug** I am trying to retrieve a container for the `lightgbm-classification-model` with version `2.1.0`. However, when calling `retrieve` I get a docker container for the pytorch inference script....

bug

**Describe the bug** Related to this issue: https://github.com/aws/deep-learning-containers/issues/3377 There are two versions of the TGI 1.1.0 image. One has EETQ pre-installed: https://github.com/NetEase-FuXi/EETQ py39-cu118-ubuntu20.04 and py39-cu118-ubuntu20.04-v1.0 In the json config only...

bug
component: image uri

**Describe the bug** Currently image_uri retrieval always uses default jumpstart. For those who wants to use that function and passes a sagemaker session with profiles setup , it will not...

bug
component: image uri