pyspi icon indicating copy to clipboard operation
pyspi copied to clipboard

Only allow one format for inputting data

Open olivercliff opened this issue 3 years ago • 0 comments

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).

olivercliff avatar Mar 15 '22 03:03 olivercliff