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
1.96k stars 289 forks source link

Update documentation on SeriesIDLoader + Add validation parameter non-equal DS lengths #753

Open isaacmg opened 1 month ago

isaacmg commented 1 month ago

The CSVSeriesIDLoader and SeriesIDTestLoader are still fairly poorly documented and missing relevant code for experiments. By default right now users must have datasets of equal lengths in order to proceed, however there are some cases where this might not be wanted. For instance, now I'm training a large flow foundational model and the un-equal lengths are a given. Therefore this PR will do the following things: