Sagemaker XGBoost Forecast Horizon Perameter

0

Which XGBoost hypertuning perameter is used to set the forecast horizon?

I do not see a parameter listed here: https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost_hyperparameters.html

1 Answer
0

That's because you can XGBoost only for regression, classification (binary and multiclass), and ranking problems, but not for forecasts. See more info here: https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost.html

For forecasting you could use, for example, DeepAR: https://docs.aws.amazon.com/sagemaker/latest/dg/deepar.html

AWS
Heiko
answered 2 years 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