We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a049d51 commit 0ba71deCopy full SHA for 0ba71de
tests/models/test_implicit_bpr.py
@@ -92,7 +92,7 @@ def dataset(self) -> Dataset:
92
pd.DataFrame(
93
{
94
Columns.User: [10, 10, 20, 20],
95
- Columns.Item: [11, 17, 11, 17],
+ Columns.Item: [11, 12, 11, 17],
96
Columns.Rank: [1, 2, 1, 2],
97
}
98
),
0 commit comments