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 回答
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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则