Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ this dataset is easy to use with GitHub that trains with MovieLens dataset**
|
|
| 42 |
## Usage
|
| 43 |
|
| 44 |
```bash
|
| 45 |
-
file_path =
|
| 46 |
|
| 47 |
# ratings_array shape: (n_ratings, 3) - columns: [user_id, anime_id, rating]
|
| 48 |
ratings_array = np.load(file_path)
|
|
|
|
| 42 |
## Usage
|
| 43 |
|
| 44 |
```bash
|
| 45 |
+
file_path = 'ratings.npy'
|
| 46 |
|
| 47 |
# ratings_array shape: (n_ratings, 3) - columns: [user_id, anime_id, rating]
|
| 48 |
ratings_array = np.load(file_path)
|