PCY algorithm in Pyspark

62 Views Asked by At

so I am having a code here with FPGrowth library in Pyspark

What Im trying to do here is to create the freqItemsets and assocationRules manually to understand better about the PCY(Park-Chen-Yu) algorithm, can someone help ?

Please note we can only use Pyspark and anything relate to Data Mining, that means we are not allow to use library like pandas and so on.

0

There are 0 best solutions below