diff options
-rw-r--r-- | ml_exp/krr.py | 3 |
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 |