NicolasHug / Surprise

A Python scikit for building and analyzing recommender systems
http://surpriselib.com
BSD 3-Clause "New" or "Revised" License
6.34k stars 1.01k forks source link

Fix 'rank_test_fcp' order in grid search cv_results. #403

Closed lapidshay closed 2 years ago

lapidshay commented 2 years ago

Added a few lines that rank FCP scores in the opposite direction, since the higher the FCP score is, the better it is, as opposed to MEA, RMSE, MSE.