Contents

sagemaker 3.4.1

0

Open source library for training and deploying models on Amazon SageMaker.

Open source library for training and deploying models on Amazon SageMaker.

Stars: 2227, Watchers: 2227, Forks: 1221, Open Issues: 328

The aws/sagemaker-python-sdk repo was created 8 years ago and the last code push was 5 days ago.
The project is very popular with an impressive 2227 github stars!

How to Install sagemaker

You can install sagemaker using pip

pip install sagemaker

or add it to a project with poetry

poetry add sagemaker

Package Details

Author
Amazon Web Services
License
None
Homepage
None
PyPi:
https://pypi.org/project/sagemaker/
GitHub Repo:
https://github.com/aws/sagemaker-python-sdk

Classifiers

No  sagemaker  pypi packages just yet.

Errors

A list of common sagemaker errors.

Code Examples

Here are some sagemaker code examples and snippets.

GitHub Issues

The sagemaker package has 328 open issues on GitHub

  • fix: HyperparameterTuner to respect SourceCode.ignore_patterns
  • HyperParameterTuner not fetching channels from ModelTrainer
  • Added ISO regions for jumpstart
  • [Bug] Pipeline parameters (ParameterInteger, ParameterString) fail in ModelTrainer hyperparameters due to safe_serialize
  • fix(hf): correct HF neuronx pytorch version
  • Fix: Don't apply default experiment config for pipelines in non-Eurek…
  • Adding verl support
  • Feat: Feature Store in Sagemaker SDK v3
  • TypeError: StoredFunction.init() got an unexpected keyword argument 'hmac_key'
  • minor: fix import path
  • tensorflow: sm_drivers directory not found
  • fix: Add ml.p5e.48xlarge and ml.p5.48xlarge to EFA instance lists
  • Add ml.p5e.48xlarge to EFA instance lists in sagemaker-train and sagemaker-core
  • Feature store v3
  • fix: update inference processor from 'inf2' to 'neuronx'

See more issues on GitHub

Related Packages & Articles

onnx 1.20.1

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

horovod 0.28.1

Horovod is a powerful distributed training framework for Python that allows you to train deep learning models across multiple GPUs and servers quickly and efficiently. It falls under the category of distributed computing libraries. Built on top of TensorFlow, PyTorch, and other popular deep learning frameworks, Horovod simplifies the process of scaling up your model training by handling the complexities of distributed training under the hood.

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

pennylane 0.44.0

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.

skorch 1.3.1

scikit-learn compatible neural network library for pytorch