Can metadata become a target variable in Orange3?

Viewed 456

I have a column of metadata, I am unable to directly drag and drop it in the target variable box in "Select Column" widget in Orange. Is there a way to make metadata as my target variable?

1 Answers

Target variables can only be numeric or categoric.

For text variables try the Create Class widget, which converts text variables to categoric.

Related