]> AND Private Git Repository - predictops.git/blobdiff - main.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Standardization and one hot encoding
[predictops.git] / main.py
diff --git a/main.py b/main.py
index 969054c7ce186040b11a918c079a32b3a240cf94..d1d7f9c24721819d8e9d0a39eb50a1eb52546e47 100644 (file)
--- a/main.py
+++ b/main.py
@@ -5,7 +5,6 @@ from logging import getLogger
 from logging.config import fileConfig
 from pathlib import Path
 
-import geopandas as gpd
 
 fileConfig((Path.cwd() / 'config') / 'logging.cfg')
 logger = getLogger()
@@ -23,14 +22,11 @@ if __name__ == '__main__':
     print(process.dataframe.head(n=20))
     print(process.dataframe.tail(n=20))
 
-    #target = toarea(stream_file = Path.cwd() / 'data' / 'targets' / 'sdis25' / 'interventions.csv')
-
-
-    exit()
+    '''target = toarea(stream_file = Path.cwd() / 'data' / 'targets' / 'sdis25' / 'interventions.csv')
 
     depts = gpd.read_file( Path.cwd() / 'data' / 'targets' / 'departments' / "departements-20180101.shp")
     Doubs = depts.loc[depts['nom'] == 'Doubs'].iloc[0]
 
     ToArea(area=Doubs.geometry,
            csv_file = Path.cwd() / 'data' / 'targets' / 'sdis25' / 'interventions.csv')
-
+    '''