You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Prophet, I wanted to feed a parameter n_chagepoints=25.
Following the page https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/forecast.html,
I tried
also tried {"n.changepoints": "25"}.
none of them worked.
Error message is:
InvalidInputException: An error occurred (InvalidInputException) when calling the CreatePredictor operation: Invalid Training parameter: n_changepoints specified for algorithmArn: arn:aws:forecast:::algorithm/Prophet
Is the overriding parameters a supported feature?
The text was updated successfully, but these errors were encountered:
When using the Prophet, I wanted to feed a parameter
n_chagepoints=25
.Following the page
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/forecast.html
,I tried
also tried
{"n.changepoints": "25"}
.none of them worked.
Error message is:
Is the overriding parameters a supported feature?
The text was updated successfully, but these errors were encountered: