This project was developed for the Data Mining module at Teesside University with the aim to demonstrate and evaluate the use of popular computational techniques for data mining. The project contains implementations of popular Data Mining techniques such as Sequential Pattern Mining, Association Rules Mining, Collaborative Filtering and a variety of datasets to test on.
- Online Retail - 500k Records, times series transaction data.
- Groceries - 10k Records, customer recite data.
- MovieLens - 100k Rating Records from 1000 users on 1700 movies.
Aleksandra Petkova - Association Rules Mining Algorithm (Core Python);
Nour Aldin - Association Rules Mining Algorithm (MLextend, Xlrd, Python);
Victor Essien - Collaborative Filtering.