-
Hi, base on the example 15_PatchTST_a_new_transformer_for_LTSF I used a TSShrinkDataFrame instance + other usefull objects in the preprocessing pipeline of my TSForecaster instance. I stored the TSForecaster after the fit_one_cycle call (n_epochs set to one, just to get it running at least once) by its export function.
I removed the TSShrinkDataFrame object from the first pipeline and was able to perform the transform function of the 1st pipeline by Unfortunatelly the 2nd pipeline using a TSStandardScaler instance fails as well
The message referes to tsai/data/preprocessing.py:1576 in transform |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I identified, that I stored the pipelines before I fitted them :( |
Beta Was this translation helpful? Give feedback.
I identified, that I stored the pipelines before I fitted them :(