From bfa941f0a33573f6ff390683df84e0578c76b33c Mon Sep 17 00:00:00 2001 From: tpique-ensae Date: Wed, 27 Mar 2024 15:20:28 +0000 Subject: [PATCH] minor change --- 0_6_segmentation_V2TP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_6_segmentation_V2TP.py b/0_6_segmentation_V2TP.py index 77eed3d..1c165a0 100644 --- a/0_6_segmentation_V2TP.py +++ b/0_6_segmentation_V2TP.py @@ -30,7 +30,7 @@ model_name = "LogisticRegression_Benchmark" # execute file including functions we need -exec(open('utils_segmentation_2TP.py').read()) +exec(open('utils_segmentation_V2TP.py').read()) warnings.filterwarnings('ignore')