Skip to content

Proof of concept application for recommendation of events using hybrid collaborative filtering methods.

Notifications You must be signed in to change notification settings

gorjanz/events-rs-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

events-rs-poc =============

Proof of concept application for recommendation of events using hybrid collaborative filtering methods.


The dataset can be found at Kaggle - Event Recommendation System Challenge
The system uses K-Nearest Neighbours classifier.
The source code is divided into five packages:
  • preprocessing - classes that handle the raw data, dividing the data into user/event specific files
  • main - classes that are used to experiment with the classifier, and to generate .arff files
  • models - classes that represent the feature vectors
  • utils - classes that encapsulate utility methods used throughout the system
  • evaluation - classes that are used to generate and compare the results

About

Proof of concept application for recommendation of events using hybrid collaborative filtering methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages