60023d033d802276e6fa9e8a3d4c58b232560701,tests/integ/test_marketplace.py,,test_marketplace_estimator,#Any#Any#,61
Before Change
data_path = os.path.join(DATA_DIR, "marketplace", "training")
region = sagemaker_session.boto_region_name
account = REGION_ACCOUNT_MAP[region]
algorithm_arn = ALGORITHM_ARN % (region, account)
algo = AlgorithmEstimator(
algorithm_arn=algorithm_arn,
role="SageMakerRole",
After Change
data_path = os.path.join(DATA_DIR, "marketplace", "training")
region = sagemaker_session.boto_region_name
account = REGION_ACCOUNT_MAP[region]
algorithm_arn = ALGORITHM_ARN.format(
partition=_aws_partition(region), region=region, account=account
)
algo = AlgorithmEstimator(
algorithm_arn=algorithm_arn,
role="SageMakerRole",
In pattern: SUPERPATTERN
Frequency: 6
Non-data size: 7
Instances
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_estimator
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_tuning_job
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_attach
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_transform_job_from_model_package
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_transform_job
Project Name: aws/sagemaker-python-sdk
Commit Name: 60023d033d802276e6fa9e8a3d4c58b232560701
Time: 2020-03-02
Author: knakad@amazon.com
File Name: tests/integ/test_marketplace.py
Class Name:
Method Name: test_marketplace_model