PySPOD
PySPOD copied to clipboard
Data List in spod.streaming.fit
Hello,
I am trying to do SPOD with very large datasets and I'm currently facing the issue where I cannot load in memory the array of my time series due to memory constraints, hence I cannot pass the array to the data_list argument.
How can I handle such a case?
Best regards