-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Similar to what was reported in #7084 regarding Feature Statistics, the output of Transpose assigns the header Feature Name to its first column while it doesn't necessarily hold just features, but also metas and targets. A quick fix would be to rename this column to Variable Name or Variable.
Actually, I propose some further improvements, since Transpose is particular useful for datasets like this one:
The screenshot shows a set of users with ratings they gave to book titles. At some point, one might be interested in finding similar users based on distances between their rating profiles. But at some other point, in the same workflow (or another one), one might be interested in finding similar books based on users that gave them similar ratings. For the second investigation, Transpose can be applied. In that case, it would be nice to have an option to user-define the name of the first column.