English
Recommendation
Jmilagres commited on
Commit
1281a57
1 Parent(s): e23c933

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -189,7 +189,7 @@ class Data:
189
  pbar.close()
190
  self.df = pd.DataFrame(df, columns = ['userID', 'itemID', 'rating'])
191
 
192
- ### Limitations and bias
193
  In this model we have faced some obstacles that we had overcome, but some of those, by the nature of the project, couldn't be totally solved.
194
  Due the fact that our dataset was build it by ourselves, there was no interaction yet between a user and the dataset, therefore we don't have
195
  realistic ratings which made us have to generate a simulation, making the results less believable.
 
189
  pbar.close()
190
  self.df = pd.DataFrame(df, columns = ['userID', 'itemID', 'rating'])
191
 
192
+ ###Limitations and bias
193
  In this model we have faced some obstacles that we had overcome, but some of those, by the nature of the project, couldn't be totally solved.
194
  Due the fact that our dataset was build it by ourselves, there was no interaction yet between a user and the dataset, therefore we don't have
195
  realistic ratings which made us have to generate a simulation, making the results less believable.