Skip to content

Releases: aws/sagemaker-python-sdk

SageMaker Python SDK v1.2.2

Choose a tag to compare

@owen-t owen-t released this 03 Apr 21:31
54c764c

1.2.2

  • bug-fix: Estimators: fix valid range of hyper-parameter 'loss' in linear learner

SageMaker Python SDK 1.2.1

Choose a tag to compare

@iquintero iquintero released this 03 Apr 01:59
17d24a1

1.2.1

  • bug-fix: Change Local Mode to use a sagemaker-local docker network

v1.2.0: Update default versions to TensorFlow 1.6 and MXNet 1.1 (#118)

Choose a tag to compare

@winstonaws winstonaws released this 02 Apr 15:34
2d1d5cf

1.2.0

  • feature: Add Support for Local Mode
  • feature: Estimators: add support for TensorFlow 1.6.0
  • feature: Estimators: add support for MXNet 1.1.0
  • feature: Frameworks: Use more idiomatic ECR repository naming scheme

SageMaker Python SDK 1.1.3

Choose a tag to compare

@yangaws yangaws released this 28 Mar 19:17
  • bug-fix: TensorFlow: Display updated data correctly for TensorBoard launched from run_tensorboard_locally=True
  • feature: Tests: create configurable sagemaker_session pytest fixture for all integration tests
  • bug-fix: AmazonEstimators: fix inaccurate hyper-parameters in kmeans, pca and linear learner
  • feature: Add new hyperparameters for linear learner.

SageMaker Python SDK 1.1.2

Choose a tag to compare

@andremoeller andremoeller released this 15 Mar 00:12
92d41d9
  • bug-fix: AmazonEstimators: do not call create bucket if data location is provided

SageMaker Python SDK 1.1.1

Choose a tag to compare

@nadiaya nadiaya released this 06 Mar 22:12
6b809eb
  • feature: Estimators: add requirements.txt support for TensorFlow

SageMaker Python SDK 1.1.0

Choose a tag to compare

@iquintero iquintero released this 27 Feb 21:48
  • feature: Estimators: add support for TensorFlow-1.5.0
  • feature: Estimators: add support for MXNet-1.0.0
  • feature: Tests: use sagemaker_timestamp when creating endpoint names in integration tests
  • feature: Session: print out billable seconds after training completes
  • bug-fix: Estimators: fix LinearLearner and add unit tests
  • bug-fix: Tests: fix timeouts for PCA async integration test
  • feature: Predictors: allow predictor.predict() in the JSON serializer to accept dictionaries

SageMaker Python SDK 1.0.4

Choose a tag to compare

@iquintero iquintero released this 27 Feb 21:41
  • feature: Estimators: add support for Amazon Neural Topic Model(NTM) algorithm
  • feature: Documentation: fix description of an argument of sagemaker.session.train
  • feature: Documentation: add FM and LDA to the documentation
  • feature: Estimators: add support for async fit
  • bug-fix: Estimators: fix estimator role expansion

SageMaker Python SDK 1.0.3

Choose a tag to compare

@iquintero iquintero released this 27 Feb 21:47
8a054f0
  • feature: Estimators: add support for Amazon LDA algorithm
  • feature: Hyperparameters: add data_type to hyperparameters
  • feature: Documentation: update TensorFlow examples following API change
  • feature: Session: support multi-part uploads
  • feature: add new SageMaker CLI

SageMaker Python SDK 1.0.2

Choose a tag to compare

@lukmis lukmis released this 25 Jan 15:54
2e0ed8f
  • feature: Estimators: add support for Amazon FactorizationMachines algorithm
  • feature: Session: correctly handle TooManyBuckets error_code in default_bucket method
  • feature: Tests: add training failure tests for TF and MXNet
  • feature: Documentation: show how to make predictions against existing endpoint
  • feature: Estimators: implement write_spmatrix_to_sparse_tensor to support any scipy.sparse matrix