Update README.md
Browse files
README.md
CHANGED
@@ -189,7 +189,7 @@ class Data:
|
|
189 |
pbar.close()
|
190 |
self.df = pd.DataFrame(df, columns = ['userID', 'itemID', 'rating'])
|
191 |
|
192 |
-
###
|
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.
|