alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
768 stars 86 forks source link

Multiseries prediction interval labels includes target name twice #4378

Closed exalate-issue-sync[bot] closed 8 months ago

exalate-issue-sync[bot] commented 8 months ago

When generating the prediction interval labels for multiseries pipelines with STL decomposers, a KeyError is generated. This is due to the function trying to find a key that includes the target name twice (e.g. {{target|target|series_a}} instead of {{target|series_a}}).