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')