Implement the Evaluation techniques
marcelcaraciolo opened this issue · comments
Marcel Caraciolo commented
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
Marcel Caraciolo commented
Marcel Caraciolo commented
Added also the normalized mean absolute error NMAE.
Marcel Caraciolo commented
Implemeted the metrics MAE, RMSE, F1-Score, Precision and Recall
Check the Pull #57
Marcel Caraciolo commented
Merged.