aboutsummaryrefslogtreecommitdiff
path: root/backend/microservice
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-04-18 01:14:31 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-04-18 01:14:31 +0200
commit208394ff08cba0880746d9c7841be08e127f66d6 (patch)
tree7593f7b5c0f89843c1e7fc0d6bd994105172c155 /backend/microservice
parent1509314a97c1a122a50173382e976307f5ec9d40 (diff)
Izmena na frontu i ml-u(username -> userId) #71
Diffstat (limited to 'backend/microservice')
-rw-r--r--backend/microservice/api/controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/microservice/api/controller.py b/backend/microservice/api/controller.py
index e6515e7b..9b83b8e7 100644
--- a/backend/microservice/api/controller.py
+++ b/backend/microservice/api/controller.py
@@ -78,7 +78,7 @@ def train():
m.append({"Name" : attribute, "JsonValue" : value})
predictor = {
"_id" : "",
- "username" : paramsModel["username"],
+ "uploaderId" : paramsModel["uploaderId"],
"inputs" : paramsExperiment["inputColumns"],
"output" : paramsExperiment["outputColumn"],
"isPublic" : False,