Setting a Minimum support threshold for association rule mining

What is the best practice in setting a minimum support threshold for market basket analysis Is there a formula Does it depend on ROI you predict

Answer this question

Setting a Minimum support threshold for association rule mining

  • Kolf

    Thanks
  • Nick Darnell

    There isn't a formula. The minimum threshold is there for two reasons. One, to filter out data that is inconsequential, and two, to prevent the algorithm from running out of memory.

    If you only want to find strong correlations, you can set it high. If you want a wide range of unknown correlations, set it low. It's best to experiment with the results and performance you get from the algorithm to see which settings work best for your particular situation.



  • MaartenClaes

    Moving to the data mining forum

  • Setting a Minimum support threshold for association rule mining