salesforce / ETSformer

PyTorch code for ETSformer: Exponential Smoothing Transformers for Time-series Forecasting
BSD 3-Clause "New" or "Revised" License
258 stars 40 forks source link

How to adapt framework for custom data? #10

Open gabriead opened 1 year ago

gabriead commented 1 year ago

Hi team, great work first of all. I would like to use your framework for the domain of sports. I have a time series data of players in regards to different parameters. How would I use the data witht the current model? In what input format does the data have to be in? Is a dataframe sufficient that is grouped by player and his parameters? Can the model be trained on the data of an entire team and then predict a parameter of a given player? Thank's a lot in advance!