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
2.02k stars 290 forks source link

Refactor FF folder structure #780

Open isaacmg opened 1 month ago

isaacmg commented 1 month ago

There are a lot of files that are misplaced in different areas which doesn't make sense. We want to create a cleaner overall code structure.

-- models -- basic_models -- transformers -- multimodal

 -- 

-- custom_operators -- loss_functions --