Skip to content
New issue

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

support for incremental computation of association rules #146

Open
rjoberon opened this issue Jun 4, 2014 · 0 comments
Open

support for incremental computation of association rules #146

rjoberon opened this issue Jun 4, 2014 · 0 comments
Milestone

Comments

@rjoberon
Copy link
Member

rjoberon commented Jun 4, 2014

The computation of association rules that fulfill certain minimal support and confidence constraints could be done with algorithms that are particularly suited for that, e.g., TITANIC, FP-Growth and the like. This would be more efficient than first computing all rules and then restricting them.

Currently this is out of scope of ConExp-NG and other tools exist for that (e.g., Weka). However, in the future this might be an option to add.

related to issue #135

@rjoberon rjoberon added this to the Future milestone Jun 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant