-1

i am getting this error in weka while converting my attributes from nominal to binary for FPGrowth. dataset contains all nominal values 14:06:56: weka.associations.fpgrowth: cannot handle any class attribute!

1 Answers1

0

Make sure you do not have a class attribute.

Association rule mining is for unlabeled data.

If you don't understand why exactly this error occurs, I suggest you check the source code of FpGrowth.

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194