When training both models, a few minutes after they've been started; the following error is triggered:
azureml.automl.core.shared.exceptions.PipelineRunException: PipelineRunException:
Message: PipelineRunException: Pipeline execution failed with ValueError: cannot insert _automl_dummy_grain_col, already exists
InnerException cannot insert _automl_dummy_grain_col, already exists
ErrorResponse
{
"error": {
"code": "System",
"inner_error": {
"code": "PipelineExecution"
},
"message": "PipelineRunException: Pipeline execution failed with ValueError: cannot insert _automl_dummy_grain_col, already exists",
"target": "spawn_client"
}
}
TCNForecaster seems to run as expected.