Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot override parameters for other algorithms #70

Open
iheo opened this issue Mar 10, 2020 · 0 comments
Open

cannot override parameters for other algorithms #70

iheo opened this issue Mar 10, 2020 · 0 comments

Comments

@iheo
Copy link

iheo commented Mar 10, 2020

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

forecast.create_predictor(
    ...
    TrainingParameters={"n_changepoints": "25"}
    ...
)

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant