English
Recommendation
Jmilagres commited on
Commit
d665fc0
1 Parent(s): b0f2819

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -115,8 +115,8 @@ The databases (ml_100k, ml_1m and jester) are built-in the surprise package for
115
  ```
116
 
117
  Hyperparameters -
 
118
  `n_users` : number of simulated users in the database;
119
-
120
  `n_ratings` : number of simulated rating events in the database.
121
 
122
  This is a fictional dataset based in the choice of an uniformly distributed random rating(from 1 to 5) for one of the simulated users of the recommender-system that is being designed in this research project.
 
115
  ```
116
 
117
  Hyperparameters -
118
+
119
  `n_users` : number of simulated users in the database;
 
120
  `n_ratings` : number of simulated rating events in the database.
121
 
122
  This is a fictional dataset based in the choice of an uniformly distributed random rating(from 1 to 5) for one of the simulated users of the recommender-system that is being designed in this research project.