expigo / ts_anomaly_detection

0 stars 0 forks source link

Improve the way of accessing the data #1

Open expigo opened 2 years ago

expigo commented 2 years ago

As for now it is inconsistent. The same goes for dataloaders. I believe there must be a better way...

expigo commented 2 years ago

I will try to make it into a class that serves the purpose of manging datasets, possibly dividing them into train/val/test and maybe even wrapping it all into dataloaders.