Skip to content

Commit d408075

Browse files
authored
Merge pull request #9 from JonanOribe/develop
Update
2 parents 12883fc + 6ad41f1 commit d408075

File tree

7 files changed

+2129
-2084
lines changed

7 files changed

+2129
-2084
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# Others
132+
node_modules/
133+
*.joblib
134+
.scannerwork/

config.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_size=0.3
1111
validation_size=3000
1212
tree_max_depth=20
1313
pre_columns=pre_FECHA,pre_TCB,pre_HUMB,pre_SOILT,pre_SOIL1,pre_SOIL2,pre_SOIL3,pre_PAR,pre_TD,pre_ANE,pre_WV,pre_PLV
14-
municipality=Burgos
14+
municipality=Sotillo de la Ribera
1515
aemet_api=eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJqb25hbi5vcmliZUBnbWFpbC5jb20iLCJqdGkiOiIyYTM0ZDFlOS02YzU3LTRjNjQtYWM1Ni0yZWJiNWY0ZmIzMjEiLCJpc3MiOiJBRU1FVCIsImlhdCI6MTYxNzQ0MTc5NSwidXNlcklkIjoiMmEzNGQxZTktNmM1Ny00YzY0LWFjNTYtMmViYjVmNGZiMzIxIiwicm9sZSI6IiJ9.I2epfuKBmHXggrPa-eKFxvgjpUK8IX42hiZ7nCKqNtc
1616
anomaly_TCB_positive=58
1717
anomaly_TCB_negative=-35

data/posicion_sensores.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
IDSensor,Date,Latitud,Longitud,Estado
22
Sensor Planta,12.07.19,41.781222,-3.771944,Activo
3-
Estación AEMET,13.07.19,41.789222,-3.781944,Activo
3+
Estación AEMET,13.07.19,41.778245, -3.820061,Activo

informe_datos.html

Lines changed: 1824 additions & 1824 deletions
Large diffs are not rendered by default.

model/model_SOILT.joblib

207 KB
Binary file not shown.

0 commit comments

Comments
 (0)