example of building a myrrix recommender with a rescorer
- run
mvn clean installfrom project root myrrix-web/src/main/webapp/WEB-INF/web.xmlpoints to the rescorer to use
- deploy
myrrix-web/target/myrrix-web.waron servlet container (e.g. Tomcat) - pass rescoring parameters in the following format:
<item_id1>:<score1>,<item_id2>:<score2>,... - be careful to correctly urlencode your parameter before sending it to the myrrix serving layer
- only the first
rescorerParamsargument will be used