"Fp-growth and generation rules with spark"
asmahassani08
New Altair Community Member
Hello,
In my work, I need to extract association rules by applying the fpgrowth algorithm with spark.
I found that fpgrowth and apply association rules operators cannot be used inside the radoop nest.
and there are no fpgrowth and association rules operators with spark available. what should I do?
Best regards,
Asma.
0
Answers
-
This should point you in the right direction with using the Spark Script operator.
https://spark.apache.org/docs/2.2.0/ml-frequent-pattern-mining.html
2