firefly-cpp / NiaARM

A minimalistic framework for Numerical Association Rule Mining
MIT License
15 stars 6 forks source link

Future enhancement: Visualization of rules using Sankey diagram #53

Open firefly-cpp opened 2 years ago

firefly-cpp commented 2 years ago

Another visualization technique that may be interesting for inclusion in this package was proposed in the following paper: https://arxiv.org/pdf/2010.03834.pdf.

I remember that some friendly tools exist for drawing Sankey diagrams in the plotly library. However, I am not sure whether it is 100% free for use.