summaryrefslogtreecommitdiff
path: root/ml_exp/do_ml.py
diff options
context:
space:
mode:
Diffstat (limited to 'ml_exp/do_ml.py')
-rw-r--r--ml_exp/do_ml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ml_exp/do_ml.py b/ml_exp/do_ml.py
index 04f8abe87..5054b2b06 100644
--- a/ml_exp/do_ml.py
+++ b/ml_exp/do_ml.py
@@ -225,7 +225,7 @@ def do_ml(db_path='data',
test_size=test_size,
sigma=sigma,
opt=opt,
- identifier='CM',
+ identifier='AM',
show_msgs=show_msgs)
if 'BOB' in identifiers:
bob_mae, bob_tictoc = simple_ml(bob_data,
@@ -234,7 +234,7 @@ def do_ml(db_path='data',
test_size=test_size,
sigma=sigma,
opt=opt,
- identifier='CM',
+ identifier='BOB',
show_msgs=show_msgs)
# End of program