Skip to content

Releases: aws/sagemaker-python-sdk

SageMaker Python SDK 1.9.3

Choose a tag to compare

@nadiaya nadiaya released this 04 Sep 21:53
9d3dceb
  • bug-fix: Local Mode: Create output/data directory expected by SageMaker Container.
  • bug-fix: Estimator accepts the vpc configs made capable by 1.9.1

SageMaker Python SDK 1.9.2

Choose a tag to compare

@yangaws yangaws released this 23 Aug 23:35
eefd0c9
  • feature: add support for TensorFlow 1.9

SageMaker Python SDK 1.9.1

Choose a tag to compare

@ChoiByungWook ChoiByungWook released this 22 Aug 21:22
7634265
  • bug-fix: Estimators: Fix serialization of single records
  • bug-fix: deprecate enable_cloudwatch_metrics from Framework Estimators.
  • enhancement: Enable VPC config in training job creation

SageMaker Python SDK 1.9.0

Choose a tag to compare

@laurenyu laurenyu released this 06 Aug 21:19
0e9f93a
  • feature: Estimators: add support for MXNet 1.2.1

SageMaker Python SDK 1.8.0

Choose a tag to compare

@yangaws yangaws released this 31 Jul 23:26
f650e11
  • bug-fix: removing PCA from tuner
  • feature: Estimators: add support for Amazon k-nearest neighbors(KNN) algorithm

SageMaker Python SDK 1.7.2

Choose a tag to compare

@icywang86rui icywang86rui released this 31 Jul 17:20
cbd924e
  • bug-fix: Prediction output for the TF_JSON_SERIALIZER
  • enhancement: Add better training job status report

SageMaker Python SDK 1.7.1

Choose a tag to compare

@andremoeller andremoeller released this 24 Jul 22:36
2e5577f
  • bug-fix: get_execution_role no longer fails if user can't call get_role
  • bug-fix: Session: use existing model instead of failing during create_model()
  • enhancement: Estimator: allow for different role from the Estimator's when creating a Model or Transformer

SageMaker Python SDK 1.7.0

Choose a tag to compare

@laurenyu laurenyu released this 17 Jul 13:46
704cd31
  • feature: Transformer: add support for batch transform jobs
  • feature: Documentation: add instructions for using Pipe Mode with TensorFlow

SageMaker Python SDK 1.6.1

Choose a tag to compare

@yangaws yangaws released this 11 Jul 23:55
a667801
  • feature: Added multiclass classification support for linear learner algorithm.

SageMaker Python SDK 1.6.0

Choose a tag to compare

@icywang86rui icywang86rui released this 11 Jul 19:33
16f5d25
  • feature: Add Chainer 4.1.0 support
  • bug-fix: Use chainer_full_version fixture in Chainer integration tests