summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-29 09:22:57 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-02-29 09:22:57 -0700
commit1384a40fb90f9118410d5473634ddbff8b628841 (patch)
tree5f86874ae58bd8e89e9cf8d5e5588cc0df5b7156
parentcf6c2d1bdb4bba9d4e3db035d26efd874b5ed230 (diff)
Change " to \
-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.