English
Recommendation
Jmilagres commited on
Commit
9c6fe15
1 Parent(s): 064fa95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -115,12 +115,12 @@ 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
- n_ratings : number of simulated rating events in the database.
120
-
121
- This is a fictional dataset based in the choice of an uniformly distributed random rating
122
- (from 1 to 5) for one of the simulated users of the recommender-system that is being designed in
123
- this research project.
124
  ```python
125
 
126
 
 
115
  ```
116
 
117
  Hyperparameters -
118
+ n_users : number of simulated users in the database;
119
+ n_ratings : number of simulated rating events in the database.
120
+
121
+ This is a fictional dataset based in the choice of an uniformly distributed random rating
122
+ (from 1 to 5) for one of the simulated users of the recommender-system that is being designed in
123
+ this research project.
124
  ```python
125
 
126