firefly-cpp / NiaARM

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

Test for text mining is missing #63

Closed firefly-cpp closed 1 year ago

firefly-cpp commented 1 year ago

@zStupan , what is the status of this issue?

zStupan commented 1 year ago

@firefly-cpp I am working on it currently.

firefly-cpp commented 1 year ago

Thanks for all the hard work, @zStupan

zStupan commented 1 year ago

@firefly-cpp no problem.

I'm not sure if our implementation of ARTM is correct, because it generates no rules sometimes. I am currently cross referencing the original paper's sources, trying to find more detailed descriptions of some of the methods used. Particularly, how the TF-IDF matrix was used to calculate support and confidence.