Skip to content

Commit

Permalink
Comment out parametrized ThresholdPercentage recs in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
takuti committed Dec 5, 2022
1 parent 25797dc commit 446896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ value_prediction_recommenders = [
# approximating the original user-item data.
rank_by_score_recommenders = [
MostPopular => [],
ThresholdPercentage => [3.0],
# ThresholdPercentage => [3.0],
# CoOccurrence => [1],
# TfIdf => [],
]
Expand Down

0 comments on commit 446896d

Please sign in to comment.