Sharon
Microsoft Employee
10 years agoAssociation Rules
Description
Association rules are ideal to quicly derive insights from large datasets. The rules are autmatically detected and visualized.
Prerequisites (The sample .pbix files will not...
boefraty
Microsoft Employee
9 years agoThe data with 2 columns: "TransactionID" and "Product" is indeed very natural. Attached is the PBIX with R code suited to such input.
The relevant data transformation is in lines
nnn = names(dataset)
transData <- as(split(dataset[,nnn[2]], dataset[,nnn[1]]), "transactions")
The data in PBIX is synthetic.
surething
9 years agoNew Member
Hi,
I'm trying to use the R script to create association rules for transaction ID and item reference in PBI. I used the script you have in the example but it didn't seem to work. any idea why?
Thanks