sagemaker-python-sdk

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

APACHE-2.0 License

Downloads
35.3M
Stars
2K
Committers
453

Bot releases are visible (Hide)

sagemaker-python-sdk - v2.15.2

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • preserve model_dir bool value
  • refactor out batch transform job input generation
sagemaker-python-sdk - v2.15.1

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • include more notebook tests, logger to warn
  • include managed spot training notebook test
  • add missing account IDs for af-south-1 and eu-south-1
sagemaker-python-sdk - v2.15.0

Published by sagemaker-bot about 4 years ago

Features

  • add network isolation support for PipelineModel
  • forward-port v1 names as deprecated aliases

Bug Fixes and Other Changes

  • include additional docstyle improvements
  • check optional keyword before accessing
  • use local updated args; use train_max_wait
  • cross-platform file URI for Processing
  • update kwargs target attribute

Documentation Changes

  • fix Spark class links
  • kwargs descriptions include clickable links
  • fix broken link to moved notebook
sagemaker-python-sdk - v2.14.0

Published by sagemaker-bot about 4 years ago

Features

  • upgrade Neo MxNet to 1.7

Bug Fixes and Other Changes

  • add a condition to retrieve correct image URI for xgboost
sagemaker-python-sdk - v2.13.0

Published by sagemaker-bot about 4 years ago

Features

  • add xgboost framework version 1.2-1

Bug Fixes and Other Changes

  • revert "feature: upgrade Neo MxNet to 1.7 (#1928)"
sagemaker-python-sdk - v2.12.0

Published by sagemaker-bot about 4 years ago

Features

  • upgrade Neo MxNet to 1.7
sagemaker-python-sdk - v2.11.0

Published by sagemaker-bot about 4 years ago

Features

  • Add SDK support for SparkML Serving Container version 2.4

Bug Fixes and Other Changes

  • pin pytest version <6.1.0 to avoid pytest-rerunfailures breaking changes
  • temporarily skip the MxNet Neo test until we fix them

Documentation Changes

  • fix conda setup for docs
sagemaker-python-sdk - v1.72.1

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • add missing account IDs for af-south-1 and eu-south-1

Testing and Release Infrastructure

  • update release build integ test command
  • remove canary_quick pytest mark
  • fix release buildspec pytest command flag order
  • update buildspecs for v1
sagemaker-python-sdk - v2.10.0

Published by sagemaker-bot about 4 years ago

Features

  • add inferentia pytorch inference container config
sagemaker-python-sdk - v2.9.2

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • allow kms encryption upload for processing
sagemaker-python-sdk - v2.9.1

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • update spark image_uri config with eu-north-1 account
sagemaker-python-sdk - v2.9.0

Published by sagemaker-bot about 4 years ago

Features

  • add MXNet 1.7.0 images

Documentation Changes

  • removed Kubernetes workflow content
sagemaker-python-sdk - v2.8.0

Published by sagemaker-bot about 4 years ago

Features

  • add spark processing support to processing jobs

Bug Fixes and Other Changes

  • remove DataFrame assert from unrelated test
sagemaker-python-sdk - v2.7.0

Published by sagemaker-bot about 4 years ago

Features

  • reshape Parents into experiment analytics dataframe
sagemaker-python-sdk - v2.6.0

Published by sagemaker-bot about 4 years ago

Features

  • add model monitor image accounts for af-south-1 and eu-south-1

Bug Fixes and Other Changes

  • enforce some docstyle conventions

Documentation Changes

  • fix CSVSerializer typo in v2.rst
sagemaker-python-sdk - v2.5.5

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • update PyTorch 1.6.0 inference image uri config
  • set use_spot_instances and max_wait as init params from job description
  • run integ tests when image_uri_config jsons are changed
  • Revert "fix: update pytorch inference 1.6 image uri config (#1873)"
  • update pytorch inference 1.6 image uri config

Documentation Changes

  • fix typo in v2.rst

Testing and Release Infrastructure

  • fix PyTorch inference packed model integ test
sagemaker-python-sdk - v2.5.4

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • update max_run_wait to max_wait in v2.rst for estimator parameters
  • Updating regional account ids for af-south-1 and eu-south-1
  • add account ids for af-south-1 and eu-south-1 for debugger rules
sagemaker-python-sdk - v2.5.3

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • Revert "change: update image uri config for pytorch 1.6.0 inference (#1864)"
  • update image uri config for pytorch 1.6.0 inference
  • add missing framework version image uri config
sagemaker-python-sdk - v2.5.2

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • refactor normalization of args for processing
  • set TF 2.1.1 as highest py2 version for TF
  • decrease integ test concurrency and increase delay between retries
sagemaker-python-sdk - v2.5.1

Published by sagemaker-bot about 4 years ago

Bug Fixes and Other Changes

  • formatting changes from updates to black