Skip to content
Snippets Groups Projects
Commit ad82e20b authored by Campos Cordobes, Sergio's avatar Campos Cordobes, Sergio
Browse files

Update src/recommender.py

parent f193cae5
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
""" """
Created on: 16/01/2023 Created on: 16/01/2023
@author: Andoni Aranguren Ubierna @author: Andoni Aranguren Ubierna
-- Adaptations: 02/2023 @author: Sergio Campos
""" """
import math import math
...@@ -170,4 +172,4 @@ def recommender_bayesian_action_id(cnx, request): ...@@ -170,4 +172,4 @@ def recommender_bayesian_action_id(cnx, request):
return ret_json return ret_json
except: except:
return constants.ERROR_EXCEPTION return constants.ERROR_EXCEPTION
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment