Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleyn committed Mar 18, 2022
1 parent 6eabb2f commit 8c75e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metric_params = {'click_column': 'score', 'user_id_column': 'user_id', 'item_id_

# Performance metrics for benchmarking (many more available)
metrics = []
for top_k in [3, 5, 10]:
for top_k in [3, 5, 10]:
metrics.append(BinaryRecoMetrics.CTR(**metric_params, k=top_k))
metrics.append(RankingRecoMetrics.NDCG(**metric_params, k=top_k))

Expand Down

0 comments on commit 8c75e38

Please sign in to comment.