summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ml_exp/do_ml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ml_exp/do_ml.py b/ml_exp/do_ml.py
index 758bf01ae..db50cc8fa 100644
--- a/ml_exp/do_ml.py
+++ b/ml_exp/do_ml.py
@@ -124,7 +124,7 @@ def do_ml(db_path='data',
test_size=None,
sigma=1000.0,
opt=True,
- identifiers=["CM"],
+ identifiers=['CM'],
show_msgs=True):
"""
Main function that does the whole ML process.