Mahmut Özge Karakaya

Results 4 issues of Mahmut Özge Karakaya

In recommender_datasets v0.2.0, I see yoochoose dataset hdf5 files. I guess this is the dataset used in RecSys 15 Challenge. Is the utility class of the dataset already available to...

Issue #90 (Diversification metrics for evaluation) Intra_distance diversity is probably mostly considered metric of diversity. Therefore I'd like to add it first.

It could be useful to implement diversification metrics like Coverage, Novelty, Diversity, and Serendipity besides the accuracy metrics.

Fixes the issue in; https://github.com/maciejkula/recommender_datasets/issues/5 For movielens dataset data object is not a tuple and should be converted to numpy array. For yoochoose, we can use the data object as...