You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The main problem will be in setting the correct frequency to create the dates, as we only support valid pandas or polars offset alias. In this case, I suggest you use integers instead of dates and specify freq=1. The model will still work, since internally, it tries to map an input sequence to an output sequence.
Hello! The main problem will be in setting the correct frequency to create the dates, as we only support valid pandas or polars offset alias. In this case, I suggest you use integers instead of dates and specify freq=1. The model will still work, since internally, it tries to map an input sequence to an output sequence.
Let me know if that answers your question!
It's great, this method solve my problem, thank you!
For instance, if my data looks like :
ds y
2024-10-01 y1
2024-10-02 y2
2024-10-05 y3
2024-10-14 y4
2024-10-16 y5
2024-10-19 y6
....
The text was updated successfully, but these errors were encountered: