Set of recommenders for the Plista News Recommendation Challenge.
The recommenders use modified versions of the Plista contest client implementation by @matip available at plistacontest (forked here) and the Plista Challenge client implementation by @torbenbrodt available here
Implemented by recommenders.net
##Instructions ###Prerequisites
- java 7
- maven
###Running a recommender
- Get the client
git clone https://github.com/recommenders/plistaclient
cd plistaclient
mvn clean install
- Get the recommenders
git clone https://github.com/recommenders/plistarecs
cd plistarecs
vim plista.properties
to configure a recommender and portmvn clean package; ./run.sh
(preferably in ascreen
)- Check if your server is running at http://yourhost:yourport
- Register account at ORP and connect to your server
- Win the prizes
###Additional info The recommenders will fail initially as there is no data provided in the repository. As the recommender receives impressions from Plista it will create data files in the folder it lives. This data is used for recommendation. Note that data files grow fast, you will need plenty of gigabytes of storage for this.