From 7341752be04bbe18e616416141546757a3b16f72 Mon Sep 17 00:00:00 2001 From: ajoubrel-ensae Date: Sun, 31 Mar 2024 16:35:21 +0000 Subject: [PATCH] Changement nom fichier --- 3_Modelling_Datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3_Modelling_Datasets.py b/3_Modelling_Datasets.py index 6105285..6e53c03 100644 --- a/3_Modelling_Datasets.py +++ b/3_Modelling_Datasets.py @@ -14,7 +14,7 @@ fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL}) # Import KPI construction functions -exec(open('0_KPI_functions.py').read()) +exec(open('utils_features_construction.py').read()) # Ignore warning warnings.filterwarnings('ignore')