summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 03:41:14 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2019-12-12 03:41:14 -0700
commita3a758d03c6c9f7839495e9a379a010e7116d9bd (patch)
treed82473d7fc551f40ed2bdfe643d5232523397dc1
parentcc4eaa121dc340fe44650b4fac40353266b224d8 (diff)
Formatting
-rw-r--r--do_ml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/do_ml.py b/do_ml.py
index e0df62be3..fbe8015b0 100644
--- a/do_ml.py
+++ b/do_ml.py
@@ -89,7 +89,7 @@ def do_ml(desc_data,
mae = np.mean(np.abs(Ycm_predicted - Ycm_test))
if show_msgs:
- print('\tMAE for {}: {}'.format(desc_type, mae))
+ print('\tMAE for {}: {:.4f}'.format(desc_type, mae))
toc = time.perf_counter()
tictoc = toc - tic