Association Rules
Hi ironryan77,
Please send me a PBIX, I will see what can be done
Thanks!
- boefraty9 years agoMicrosoft Employee
Hi ironryan77,
I am really sorry for late reply :(
Apparently some changes/ updates in "arules" package caused the sub-function "cleanRedundant" to work diffrently without backward compatability. We will need to solve it both for R visual and R custom visual. I will update and ping you after update.
- Anonymous8 years agoNot applicable
boefraty I know this is a very old thread but I am getting the same error with this visual. Is there a way to fix it?
- boefraty8 years agoMicrosoft Employee
Hi Anonymous and Anonymous and surething and ironryan77 and HowardCC
I am really sorry for such a a late reply. The error in R-script is inside cleanRedundant function
The is.subset functionality changed with latest releases of arules package.
Quick and dirty fix is to comment out some lines in the function (attached solution)
Which means you still may get some redundant rules in output, will investigate in the future.