Hello everyone,
for example, i have a dataset with attributes like this
att1 att2 att3 attx atty attz
and i want to separate the the dataset into example set with attributes like this
att1 attx atty attz
att2 attx atty attz
att3 attx atty attz
i've tried loop attributes and stuck on it