JaredSchwartz / RuleMiner.jl

Association Rule Mining in Julia
MIT License
6 stars 0 forks source link

Support Converting Transactions to DataFrame #5

Closed JaredSchwartz closed 3 weeks ago

JaredSchwartz commented 4 weeks ago

Add additional conversion functionality to get data out of Transactions objects. This may cause issues with large datasets, as Transactions use sparse representation and a DataFrame is an inherently dense format, but for smaller datasets, the convenience is worth the tradeoff.