minor change

This commit is contained in:
Thomas PIQUE 2024-03-27 15:20:28 +00:00
parent 8d33c74d2f
commit bfa941f0a3

View File

@ -30,7 +30,7 @@ model_name = "LogisticRegression_Benchmark"
# execute file including functions we need # execute file including functions we need
exec(open('utils_segmentation_2TP.py').read()) exec(open('utils_segmentation_V2TP.py').read())
warnings.filterwarnings('ignore') warnings.filterwarnings('ignore')