orange3 icon indicating copy to clipboard operation
orange3 copied to clipboard

Feature Constructor: allow creating meta variables directly

Open markotoplak opened this issue 3 years ago • 1 comments

What's your use case? Sometimes a user wants to construct a numeric feature that is not used for modeling but only for display. I needed that feature quite a few times.

What's your proposed solution? A user could choose where to put the feature (attributes, metas, classes) in the Feature constructor. That would require an additional combo box.

Are there any alternative solutions? Currently, a Select Columns can be used after Feature Constructor to move the feature.

markotoplak avatar Oct 08 '21 12:10 markotoplak

In discussion, we said that classes may not be the most useful place (also because we discourage having multiple classes). This allows for using a (lighter) checkbox instead of a (heavier) combo.

I would suggest that the list contains only an indicator of where the variable will go. For changing it, the user would need to select the row and click the checkbox. This is consistent with how the widget works currently.

(In the future, the widget may be changed so that all editing is done within the table.)

janezd avatar Oct 22 '21 10:10 janezd