DynamicsAndNeuralSystems / pyspi

Comparative analysis of pairwise interactions in multivariate time series.
https://time-series-features.gitbook.io/pyspi/
GNU General Public License v3.0
199 stars 26 forks source link

Only allow one format for inputting data #9

Open olivercliff opened 2 years ago

olivercliff commented 2 years ago

Including the dim_order option that allows users to modify their data format (either 'sp' or 'ps') can be confusing, especially because the data are always transposed to the 'ps' order afterwards.

It would be better to stick to the format from sklearn, which would mean the data can only be input as a shape (n_samples, n_processes).