AIStream-Peelout / flow-forecast

Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
https://flow-forecast.atlassian.net/wiki/spaces/FF/overview
GNU General Public License v3.0
2k stars 290 forks source link

Use not csv table but numpy arrays #661

Open max6457 opened 1 year ago

max6457 commented 1 year ago

Hello,I just currently found this library and had the question if it is possible, to have the data stored in an x and y variable and not in a csv-table. Thank you very much.

isaacmg commented 1 year ago

You could create the model yourself e.g. from flood_forecast.tranformer_xl.transformer_basic import SimpleTransformer and then write your own training loop. Otherwise no.