mhahsler / arulespy

Python interface to arules for association rule mining
https://mhahsler.github.io/arulespy/
GNU General Public License v3.0
9 stars 0 forks source link

Pandas DataFrame to Rules class object for arulesViz #1

Closed Mahendra114027 closed 1 year ago

Mahendra114027 commented 1 year ago

Hi, Happy to see a port from R to Python.

I am new to association rule mining hence I am not sure whether a solution exists.

It would be great if you can point me in the right direction. Thanks!

mhahsler commented 1 year ago

Hi,

Yes, but this is not trivial since the items need to be coded as sparse matrices. I will look into this once I find the time.

BTW, how was the installation process? What OS do you use?

-MFH

Mahendra114027 commented 1 year ago

Hi,

The installation process was smooth. I use Ubuntu 22.04.02 LTS. I just followed the steps from README.md and things worked without any issues.

In the meantime, do you have any workarounds for this problem?

-MS

mhahsler commented 1 year ago

This will be part of arulespy 0.0.3

mhahsler commented 1 year ago

This is now available in arulespy_0.1-0.