"Vector Linear Regression"
Schalkekid
MemberPosts:17Maven
Hello everybody,
how can I use the Operator "Vector Linear Regression".
To the best of my knowledge it uses a vector of labels.
These labels are 'special' attributes the names of which all start with 'label'.
I tried to set multiple attributes to the role 'special', but it seems as if there is only one special attribute allowed/supported.
Everytime I set an attribute to role 'special' the former special attribute 'disappears'.
So, what have I done wrong?
Thanks in advance.
Best,
Felix
how can I use the Operator "Vector Linear Regression".
To the best of my knowledge it uses a vector of labels.
These labels are 'special' attributes the names of which all start with 'label'.
I tried to set multiple attributes to the role 'special', but it seems as if there is only one special attribute allowed/supported.
Everytime I set an attribute to role 'special' the former special attribute 'disappears'.
So, what have I done wrong?
Thanks in advance.
Best,
Felix
Tagged:
0
Answers
apparently the docs are confusing. "special" does not mean the role should be "special", it only means you have to define a role. Attributes with roles defined are considered special. The role names must start with "label", not the attribute names.
Best,
Simon
Im trying to get the vector linear regression to run for quite some time now,
any suggestions how to name roles? Are there any tutorials or sample models you know of that could help further?
LG Julian
you can use the "Set Role" Operator to mark attributes as label. In the name field specify the name of the desired attribute, and as target role enter something like "label_1" or any other string beginning with label.
Yours,
Marius
I just realized I can also alter the "target role"-name.
Changing the name in a scroll down menu was a little contra intuitive to me.
Cheers
Or is it not possible for multiple labels?