gabor-hosu commited on
Commit
f3ea511
·
verified ·
1 Parent(s): 7218c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -91,6 +91,7 @@ Next, the binary relevance structure is converted into a natural-language corpus
91
 
92
  ```python
93
  import pandas as pd
 
94
 
95
  def generate_dataset(
96
  liked_items: list[str],
 
91
 
92
  ```python
93
  import pandas as pd
94
+ import random
95
 
96
  def generate_dataset(
97
  liked_items: list[str],