ymoch / apyori

A simple implementation of Apriori algorithm by Python.
MIT License
243 stars 93 forks source link

Tuning parameters (min_support, min_conf, min_lift) in other datasets #49

Open yuanqidu opened 2 years ago

yuanqidu commented 2 years ago

Thanks for the great library! When I was trying to adopt this method on other datasets, such as the census_income from UCI (https://archive.ics.uci.edu/ml/machine-learning-databases/adult/), I found it difficult to set the parameters to get feasible rules. Do you have any advice on this?

Thanks!

abhishah901 commented 1 year ago

Any documentation on these parameters would be valuable too