Timeseries Model not getting imported from SageMaker Canvas to SageMaker Studio

0

I have trained a timeseries model on SageMaker Canvas through 'Standard Build' and made predictions on it. But I am unable to see the trained timeseries model as an AutoMLJob in SageMaker Studio. Is there any way to import it to SageMaker Studio or timeseries is not supported yet in SageMaker?

1 Answer
1

Hi Aamna,

Timeseries is supported by AutoML. Ensure that both the users sharer and receiver are in the same SageMaker domain. If the sharing is successful, you should be able to see the share model in the 'Models' tab, 'Shared Models' subsection of SageMaker Studio.

Enter image description here

Additional link for the steps on how to share models between Canvas and Studio

Let me know if you can find your shared model.

profile pictureAWS
EXPERT
ljunkai
answered a year ago
AWS
EXPERT
Alex_T
reviewed a year ago
  • Hi Junkai,

    Yes I can see the shared timeseries model under the 'Shared Models' section but I need the corresponding AutoMLJob for the model like we get when we train binary classification, multi-class classification and linear regression model. Like I need the details of this model in the response of describeAutoMLJob call. Is there any way for this?

  • Hi Aamna,

    Canvas use Amazon Forecast to train the model instead of AutoML for timeseries models. Therefore you are not seeing details like name of the AutoMLJob as compared to the other models which are trained using AutoML.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions