muricoca / crab

Crab is a flexible, fast recommender engine for Python that integrates classic information filtering recommendation algorithms in the world of scientific Python packages (numpy, scipy, matplotlib).

Home Page:http://muricoca.github.com/crab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement the Evaluation techniques

marcelcaraciolo opened this issue · comments

Implement the recommender evaluation techniques: MAE, RMSE, F1-Score, Precision and Recall.

Evaluating collaborative filtering recommender systems
References:
http://dl.acm.org/citation.cfm?id=963772

Evaluation of recommender systems: new approach

http://ec.iem.cyut.edu.tw/drupal/sites/default/files/Evaluation%20of%20recommender%20systems%20A%20new%20approach.pdf

Added also the normalized mean absolute error NMAE.

Implemeted the metrics MAE, RMSE, F1-Score, Precision and Recall
Check the Pull #57