Closed mzietlow closed 3 years ago
BoxCox transformation doesn't always work well. If you have values very close to zero or negative it may fail in such a way. Please rurn boxcox off using use_box_cox=False. Your exemplary series don't seem to have increasing trend or variance that would require Box Cox transformation.
Okay, thank you!
I am currently playing around with the Numenta Anomaly Benchmark dataset and just ran into a dataframe that leads to inf values for a tbats2 model (using atspy lingo).
I have tracked the issue down to the transformation.BoxCox.inv_boxcox function, in which a already high value gets exponentialized and thus flips inf.
Beyond that however, I was unable to pinpoint the issue.
To replicate a.) create a new csv file (example.csv) with contents from my pastebin b.) run respective python interpreter c.)