Spaces:
Sleeping
Sleeping
Update src/train_model.py
Browse files- src/train_model.py +1 -1
src/train_model.py
CHANGED
|
@@ -125,7 +125,7 @@ def generate_flood_data(n: int = 5000):
|
|
| 125 |
|
| 126 |
# Elevation
|
| 127 |
elevation_features = spatial_join(base, elevation,
|
| 128 |
-
["elevation_m",
|
| 129 |
"flow_accumulation", "twi"])
|
| 130 |
for col in elevation_features.columns:
|
| 131 |
base[col] = elevation_features[col]
|
|
|
|
| 125 |
|
| 126 |
# Elevation
|
| 127 |
elevation_features = spatial_join(base, elevation,
|
| 128 |
+
["elevation_m",
|
| 129 |
"flow_accumulation", "twi"])
|
| 130 |
for col in elevation_features.columns:
|
| 131 |
base[col] = elevation_features[col]
|