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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -115,12 +115,11 @@ 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
+
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.
 
 
123
  ```python
124
 
125