JaredSchwartz / RuleMiner.jl

RuleMiner is a package for data mining in Julia with support for itemset mining and association rule mining algorithms
MIT License
14 stars 1 forks source link

Allow loading data from existing 2-D arrays #2

Closed JaredSchwartz closed 3 months ago

JaredSchwartz commented 3 months ago

Write a function to coerce 1-hot encoded arrays including dataframes into a Transactions object