[ENH] Terminology for multivariate classification problems: columns, dimensions or channels? #121
Labels
classification
Classification package
documentation
Improvements or additions to documentation
enhancement
New feature, improvement request or other non-bug code enhancement
I am rewriting the classification notebook to focus more on numpy arrays. There are some terminology issues to fix. Using basic motions as an example, which has 40 instances, 6 dimensions and series length 100. We store this in an array shape (n_instances, n_dimensions, n_timepoints),
What do we call axis 1: columns, dimensions or channels? I do not like columns, it makes no sense with numpy 3D arrays. I have in the past mostly used dimensions, but then this creates a confusion with the array dimensions, n_dims. I am leaning to a complete switch to call them channels. I think channels works for basic motions, but it could be weird in some applications though.
Any thoughts?
The text was updated successfully, but these errors were encountered: