TypeError: apriori() got an unexpected keyword argument 'min_confidence'

Viewed 17

association_rules=apriori(records,min_support=0.0053,min_confidence = 0.2, min_lift = 3,min_length=2)

**I was trying to implement the apriori algorithm where the type error of unexpected keyword argument occurred and according to me, it seems to be fine. **

0 Answers
Related