Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
There was an error while loading. Please reload this page.
when I run the code:
#predict future 10 steps
lookahead = 10
fost = Pipeline(lookahead=lookahead, train_path='train.csv')
in the 1. Cosine prediction.ipynb
I meet some error
TypeError: unhashable type: 'pandas._libs.tslibs.offsets.Day'
how could I solve it