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
I am loading a basket file into orange. This is the content of the file:
beer, milk bread, butter bread, butter, jelly bread=2, butter beer, bread
If I load this data orange loads the data as categorical as it should. As this is the datatype that allows the usage of associate rules.
If however I change milk to bread the data is no longer loaded as categorical.
beer, bread bread, butter bread, butter, jelly bread=2, butter beer, bread
Why is this? How can I can I load the data as categorical? Bear in mind that my real dataset has more than 100 columns.
The text was updated successfully, but these errors were encountered:
Orange, from what I know, only has rudimentary basket support. But you are right, it should be able to handle such a simple case.
Sorry, something went wrong.
Note from the meeting: basket reader behaves reasonably. We should adapt association rules. Thus I'm transferring this to the corresponding repo.
No branches or pull requests
I am loading a basket file into orange. This is the content of the file:
If I load this data orange loads the data as categorical as it should. As this is the datatype that allows the usage of associate rules.
If however I change milk to bread the data is no longer loaded as categorical.
Why is this? How can I can I load the data as categorical? Bear in mind that my real dataset has more than 100 columns.
The text was updated successfully, but these errors were encountered: