biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.85k stars 1.01k forks source link

With CSV File Import I cannot select feature and target variable #3998

Closed asmaier closed 5 years ago

asmaier commented 5 years ago

Describe the bug Using the CSV File Import widget as input for a Model like Linear Regression doesn't work. It says "Data has no target variable".

To Reproduce

  1. Import some CSV with CSV File Import
  2. Connect the CSV with Linear Regression widget

Orange version: 3.22

Expected behavior It should be possible to mark a column as target variable, so that widgets, which need a target variable do work.

Operating system: OSX 10.14.6

ajdapretnar commented 5 years ago

One can always use Select Columns to set the target variable. I would not describe this as a bug.

Also, this should probably be solved also with https://github.com/biolab/orange3/issues/3997.

asmaier commented 5 years ago

Ok, thanks for the workaround with "Select Columns" .

MaiRodrigues commented 1 year ago

One can always use Select Columns to set the target variable. I would not describe this as a bug.

Also, this should probably be solved also with #3997.

thanks