Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.58 KB

File metadata and controls

18 lines (14 loc) · 1.58 KB

association_rules_for_subreddits

Done by: Kacper Trębacz, Maciej Filanowicz, Jan Gruszczyński, Mikołaj Kruś.

This is an image This is an image This is an image This is an image This is an image This is an image This is an image

Association rules

In order to reproduce our results concerning association rules, please go to arules folder. In this folder run Generate-association-rules-final.ipynb to generate them and save results to a file. In order to play with our recomendation system, please run GetRulesFromPandas.ipynb . In this notebook generated rules will be loaded and example recomendations generated. You can generate your own recomendation by using get_rules() function from this file.

Caution At least 16GB of RAM are needed.