Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jul 22, 2023
1 parent 9c06683 commit f6d2b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/activity_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"*": ["medical", "work"]
},
"healthcare": {
"*": ["medial", "work"]
"*": ["medical", "work"]
},
"office": {
"*": ["work"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private DoubleDoublePair evaluateNetwork(Request request, String save) throws IO
if (csv != null)
csv.close();

log.info("{}, rmse: {}, mse: {}", request, rmse.getMean(), mse.getMean());
log.info("{}, rmse: {}, mae: {}", request, rmse.getMean(), mse.getMean());

return DoubleDoublePair.of(rmse.getMean(), mse.getMean());
}
Expand Down

0 comments on commit f6d2b43

Please sign in to comment.