flow-forecast icon indicating copy to clipboard operation
flow-forecast copied to clipboard

Use not csv table but numpy arrays

Open max6457 opened this issue 2 years ago • 1 comments

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.

max6457 avatar Apr 20 '23 15:04 max6457

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.

isaacmg avatar Apr 21 '23 17:04 isaacmg