English
Recommendation
Jmilagres commited on
Commit
5e73f5f
1 Parent(s): 0a24bda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -392,7 +392,10 @@ opo_n_three = random.randrange(len(opo))
392
  opo_n_four = random.randrange(len(opo))
393
 
394
  evaluated = []
 
 
395
 
 
396
  def predict_next(option, nota):
397
  global userID
398
  global opo_n_one
 
392
  opo_n_four = random.randrange(len(opo))
393
 
394
  evaluated = []
395
+ ```
396
+ The next function, is the "predict_next", that accepts an option and a rating
397
 
398
+ ```python
399
  def predict_next(option, nota):
400
  global userID
401
  global opo_n_one