biolab / orange3

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

Warn when predicting with failed domain conversion #1868

Closed markotoplak closed 5 years ago

markotoplak commented 7 years ago
Expected behavior

When predicting data that can not be converted into model's domain warn the user (widgets Test & Score and Predicitons).

Test & Score with Titanic data should produce a warning, if only first two columns are used for Train data and only the last is used for Test data.

Currently, Test & Score does show an error if class variable is not the same. Test if this also works for class variables constructed with compute_value - it should.

Predictions widget should also warn in case of incompatible domains.

janezd commented 5 years ago

@markotoplak, done, right?

markotoplak commented 5 years ago

Fixed in #3323