├── .gitignore ├── Association mining.ipynb ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── confidence heatmap.png ├── cross selling matrix.png ├── frequent itemset.png ├── lift heatmap.png └── support heatmap.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/.gitignore -------------------------------------------------------------------------------- /Association mining.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/Association mining.ipynb -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/README.md -------------------------------------------------------------------------------- /confidence heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/confidence heatmap.png -------------------------------------------------------------------------------- /cross selling matrix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/cross selling matrix.png -------------------------------------------------------------------------------- /frequent itemset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/frequent itemset.png -------------------------------------------------------------------------------- /lift heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/lift heatmap.png -------------------------------------------------------------------------------- /support heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DavieObi/Instagram-Recommendation-System/HEAD/support heatmap.png --------------------------------------------------------------------------------