You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: