We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.5.dev
Outliers returns a correct error message. If there are no class values in the data, it says 'Data missing a class variable'.
Outliers returns 'Multiple class data is not supported.'
File (iris) - Select Columns (move iris to metas) - Outliers.
The text was updated successfully, but these errors were encountered:
Can't reproduce this exact problem, but Outliers ignore classes.
Sorry, something went wrong.
This can be reproduced in 3.6.0. See #2647 .
Indeed, but this was a rather superficial fix. Outliers consider only X anyway. #2677 does it better.
X
No branches or pull requests
Orange version
3.5.dev
Expected behavior
Outliers returns a correct error message. If there are no class values in the data, it says 'Data missing a class variable'.
Actual behavior
Outliers returns 'Multiple class data is not supported.'
Steps to reproduce the behavior
File (iris) - Select Columns (move iris to metas) - Outliers.
Additional info (worksheets, data, screenshots, ...)
The text was updated successfully, but these errors were encountered: