Can I use SageMaker Autopilot for my time-series modeling?

0

I'm working on time-series modeling. I'm comparing battle-of-algorithms against the autopilot machine learning approach to identify the model that best fits my use case. I understand that Amazon SageMaker Autopilot doesn't work with time series. Is there an alternative library or algorithm in the AWS ecosystem that implements battle-of-algorithms for time series?

asked 4 years ago739 views
2 Answers
0
Accepted Answer

Amazon SageMaker Autopilot currently supports regression, binary classification, and multi-class classification. SageMaker supports only tabular data formatted in files with comma-separated values. For more information, see Automate model development with Amazon SageMaker Autopilot.

For your use case, you can use Amazon Forecast. Amazon Forecast includes the AutoML feature that trains different models with your target time series, related time series, and item metadata. Amazon Forecast then uses the model with the best accuracy metrics.

AWS
EXPERT
answered 4 years ago
0

We introduced timeseries support in SageMaker Autopilot.

Please have a look to this blog post for details.

Thanks

AWS
Ioan
answered 10 months ago

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