pyspi
pyspi copied to clipboard
Only allow one format for inputting data
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).