aws / aws/amazon-sagemaker-examples

AutoML_-_Train_multiple_models_in_parallel.ipynb failed CI

Open
#2,290 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_marketplace/using_algorithms/automl/AutoML_-_Train_multiple_models_in_parallel.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [13]":
---------------------------------------------------------------------------
ClientError Traceback (most recent call last)
in
14 #'categorical_columns': ',,'
15
---> 16 algo.fit({'training': training_input})

/opt/conda/lib/python3.7/site-packages/sagemaker/algorithm.py in fit(self, inputs, wait, logs, job_name)
421 self._validate_input_channels(inputs)
422
--> 423 super(AlgorithmEstimator, self).fit(inputs, wait, logs, job_name)
424
425 def _validate_input_channels(self, channels):

/opt/conda/lib/python3.7/site-packages/sagemaker/estimator.py in fit(self, inputs, wait, logs, job_name, experime

[...]

ClientError: An error occurred (ValidationException) when calling the CreateTrainingJob operation: Caller is not subscribed to the marketplace offering.

Contributor guide

Open the contributing guide

Research direction

Open AutoML_-_Train_multiple_models_in_parallel.ipynb and inspect cell In [13], where algo.fit calls the training job. Re-run the notebook's CI path and trace the CreateTrainingJob ValidationException; done means this notebook no longer fails because the caller is not subscribed to the Marketplace offering.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, jupyter-notebook
Domain
cloud, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.