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

INVALID_PARAMETER_VALUE: Changing param values is not allowed. Param with key='seasonal_pdq' was already logged #1

Open
pauldj54 opened this issue Dec 31, 2020 · 0 comments

Comments

@pauldj54
Copy link

Hi @Ycallaer,
Great mlflow example.
However, I am struggeling with an error on the Fit function of the ARIMA model.
The first iteration ran sucessfully for the param_season. The second iteration faile with the error:

Exception has occurred: RestException
INVALID_PARAMETER_VALUE: Changing param values is not allowed. Param with key='seasonal_pdq' was already logged with value='(0, 0, 0, 12)' for run ID='d4045b3f32eb436a996cad4b28d376a3'. Attempted logging new value '(0, 0, 1, 12)'.
  File "C:\Users\pauld\git\ArimaMlfowExample\dsmodels\arima\arima_impl.py", line 106, in fit
    mlflow.log_param("seasonal_pdq", param_season)
  File "C:\Users\pauld\git\ArimaMlfowExample\tests\scripts\test.py", line 23, in <module>
    result=arima_model.fit(train_data)

Please find more details on the following screenshot:
image

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