https://github.com/abbylewis/vera_meteor_strike
Simple empirical forecasts for the VERA forecasting challenge
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Simple empirical forecasts for the VERA forecasting challenge
Basic Info
- Host: GitHub
- Owner: abbylewis
- License: mit
- Language: HTML
- Default Branch: main
- Size: 2.07 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
README.md
VERA meteor strike
Simple empirical forecasts for the VERA forecasting challenge (https://www.ltreb-reservoirs.org/)
Models currently set up:
- asl.auto.arima
- asl.ets
- asl.tbats
- asl.temp.lm
- asl.met.lm
- asl.met.lm.step
TO DO:
- Figure out if we want to add auto_adam, nnetar
- Load inflow targets
To add new models
- Copy an existing model folder (I suggest
ARIMAfor a time series model ortemp_lmfor a model with meteorology) - Update
forecast_model.Rto include your new model (most of the script should be able to stay the same) - Update the the file paths in
rerun_forecasts.Randrun_forecast.Rto source the correctforecast_model.Rscript - Run everything in your
forecast_model.Rfile, then open.R/generate_tg_forecastand run the lines of this function individually to make sure everything works. - If that worked, you should be pretty much set up! To create automation, go to
.github/workflowsand copy one of thedo_prediction_XXX.ymlfiles. Update the model name and file path for your new model. - Push changes and create automation
Owner
- Name: Abby Lewis
- Login: abbylewis
- Kind: user
- Repositories: 2
- Profile: https://github.com/abbylewis
GitHub Events
Total
Last Year
Dependencies
.github/workflows/do_prediction_arima.yml
actions
- actions/checkout v3 composite
.github/workflows/do_prediction_ets.yml
actions
- actions/checkout v3 composite
.github/workflows/do_prediction_tbats.yml
actions
- actions/checkout v3 composite
.github/workflows/do_prediction_met_lm.yml
actions
- actions/checkout v3 composite
.github/workflows/do_prediction_met_step.yml
actions
- actions/checkout v3 composite
.github/workflows/do_prediction_temp_lm.yml
actions
- actions/checkout v3 composite