ykdojo / personalized_search_challenge

Attempt on a Kaggle competition, Personalized Web Search Challenge, hosted by Yandex (http://www.kaggle.com/c/yandex-personalized-web-search-challenge)
12 stars 4 forks source link

Unit test lib/dcg.py on the branch locally_test_2 #35

Open ykdojo opened 10 years ago

ykdojo commented 10 years ago

http://www.kaggle.com/c/yandex-personalized-web-search-challenge/details/evaluation

https://www.kaggle.com/wiki/NormalizedDiscountedCumulativeGain

sample function for dcg: https://gist.github.com/poulejapon/7909562

ykdojo commented 10 years ago

I edited the functions and put it in the branch locally_test_2