From 1384a40fb90f9118410d5473634ddbff8b628841 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Sat, 29 Feb 2020 09:22:57 -0700 Subject: Change " to \ --- ml_exp/do_ml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-54-g00ecf