summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 10:54:59 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-11 10:54:59 -0700
commita0a88b07f5ec90573d9fd6e56d14ea9d2f18c576 (patch)
tree8758948f352cf3e06ef4bbe818e5c3e29e93c15b
parent0ed044e2751779aae0782f429ea3b3cd1a2ed340 (diff)
Remove unnecesary prints
-rw-r--r--ml_exp/krr.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ml_exp/krr.py b/ml_exp/krr.py
index 4068b4805..cf2669623 100644
--- a/ml_exp/krr.py
+++ b/ml_exp/krr.py
@@ -155,9 +155,6 @@ def krr(descriptors,
tictoc = toc - tic
if show_msgs:
printc(f'\t{identifier} ML took {tictoc:.4f} seconds.', 'GREEN')
- printc(f'\t\tTraining size: {training_size}', 'CYAN')
- printc(f'\t\tTest size: {test_size}', 'CYAN')
- printc(f'\t\tSigma: {sigma}', 'CYAN')
return mae, tictoc