Update README.md
Browse files
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],
|