-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
option to ignore first part of forecast in the model (#202)
* option to ignore first part of forecast in the model * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * correction for sun features * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * init * add DA experiments * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add images * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
93b6210
commit 785a793
Showing
8 changed files
with
72 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## DA forecasts only | ||
|
||
The idea was to create a forecast for DA (day-ahead) only for Windnet. | ||
We hope this would bring down the DA MAE values. | ||
|
||
We do this by not forecasting the first X hours. | ||
|
||
Unfortunately, it doesnt not look like ignore X hours, make the DA forecast better. | ||
|
||
## Experiments | ||
|
||
1. Baseline - [here](https://wandb.ai/openclimatefix/india/runs/miszfep5) | ||
2. Ignore first 6 hours - [here](https://wandb.ai/openclimatefix/india/runs/uosk0qug) | ||
3. Ignore first 12 hours - [here](https://wandb.ai/openclimatefix/india/runs/s9cnn4ei) | ||
|
||
## Results | ||
|
||
| Timestep | all MAE % | 6 MAE % | 12 MAE % | | ||
| --- | --- |---------|---------| | ||
| 0-0 minutes | nan | nan | nan | | ||
| 15-15 minutes | nan | nan | nan | | ||
| 30-45 minutes | 0.065 | nan | nan | | ||
| 45-60 minutes | 0.066 | nan | nan | | ||
| 60-120 minutes | 0.063 | nan | nan | | ||
| 120-240 minutes | 0.063 | nan | nan | | ||
| 240-360 minutes | 0.064 | nan | nan | | ||
| 360-480 minutes | 0.065 | 0.068 | nan | | ||
| 480-720 minutes | 0.067 | 0.065 | nan | | ||
| 720-1440 minutes | 0.068 | 0.065 | 0.065 | | ||
| 1440-2880 minutes | 0.071 | 0.071 | 0.071 | | ||
|
||
 | ||
|
||
Here's two examples from the 6 hour ignore model, one that forecated it well, one that didnt | ||
|
||
 | ||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters