From bda3fcae995da32f87dfbc91a9bf5e933be84d74 Mon Sep 17 00:00:00 2001 From: Aditya Sharma Date: Fri, 22 Mar 2019 00:01:25 -0700 Subject: [PATCH] correcting comment --- incomePrediction/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incomePrediction/main.py b/incomePrediction/main.py index f9c987b..78a1645 100644 --- a/incomePrediction/main.py +++ b/incomePrediction/main.py @@ -31,7 +31,7 @@ def main(): model = LogisticRegression() best_params = None - # set this parameter to 1 if you already have done CV before + # set this parameter to 0 if you already have done CV before cross_val = 1 if not cross_val: print("Model and data info already exported, \