Skip to content
Snippets Groups Projects
Commit e5b33b62 authored by Hammouda Elbez's avatar Hammouda Elbez :computer:
Browse files

Updated mongodb schema

parent e4861bb8
Branches
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ class spark(sparkOp):
# get accuracy and neurons labels (if exist)
try:
data = next(col, None)
self.g.Accuracy = data["MaxS"]
self.g.Accuracy = data["Acc"]
self.g.finalLabels = data["NLabel"]
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment