Add README
Browse files
README.md
CHANGED
|
@@ -4,15 +4,15 @@ This model predicts baseflow using a FrontLSTM architecture that combines static
|
|
| 4 |
|
| 5 |
## Model Architecture
|
| 6 |
- **Type**: FrontLSTM
|
| 7 |
-
- **Static Features**:
|
| 8 |
-
- **Dynamic Features**:
|
| 9 |
- **Hidden Size**: 512
|
| 10 |
- **Layers**: 2
|
| 11 |
|
| 12 |
## Performance
|
| 13 |
-
- **RMSE**:
|
| 14 |
-
- **MAE**:
|
| 15 |
-
- **R² Score**: 0.
|
| 16 |
|
| 17 |
## Files
|
| 18 |
- `model.pth`: Model state dict
|
|
|
|
| 4 |
|
| 5 |
## Model Architecture
|
| 6 |
- **Type**: FrontLSTM
|
| 7 |
+
- **Static Features**: 49
|
| 8 |
+
- **Dynamic Features**: 18
|
| 9 |
- **Hidden Size**: 512
|
| 10 |
- **Layers**: 2
|
| 11 |
|
| 12 |
## Performance
|
| 13 |
+
- **RMSE**: 361.0433
|
| 14 |
+
- **MAE**: 100.7589
|
| 15 |
+
- **R² Score**: 0.6568
|
| 16 |
|
| 17 |
## Files
|
| 18 |
- `model.pth`: Model state dict
|