timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.92k stars 622 forks source link

the difference between TSRegression() and TSForecasting() #793

Closed David-Ttao closed 1 year ago

David-Ttao commented 1 year ago

hello dear creator,I use my dataset to forcast the futher data, but i find the demo use "TSRegression()" not "TSForecasting()", and I also find image but i dont know why, and what should i need note when i use my data in forecast task。 thanks,my question maybe is a little naive,sorry i am just a beginner,thanks

Sandy4321 commented 1 year ago

good question !

oguiza commented 1 year ago

Hi @Sandy4321, There's no difference. It's just to make it easy to remember based on the task you are performing. You might use ToFloat too.

David-Ttao commented 1 year ago

thanks for your reply!