mramazan commited on
Commit
a3e9dce
·
verified ·
1 Parent(s): c0fd123

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = Path(folder_path).joinpath('ratings.npy')
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)