🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

FP Growth Stack Overflow Error

User: "batstache611"
New Altair Community Member
Updated by Jocelyn

Hi,

 

I'm text mining on about 50 odd articles about (advanced) manufacturing and wish to see what kinds of words pop up in frequent combination with each other by using the FP Growth operator however it returns a stack overflow error. I'm using -

 

Process Documents from FIles (transform cases -> tokenize -> filter stopwords -> filter tokens by length) --> Numerical To Binominal --> FP growth.

 

For generating the word vector, I've chosen binary term occurences as the metric and for min support on the FP Growth operator, I've kept that at 0.1 (I've tried different values but still get the same error).

 

Is this a bug that I've encountered? Or am I making a silly mistake somewhere? Any and every help is appreciated. Thank you.

Find more posts tagged with