AlertaDengue / AlertaDengue/transfer-learning-forecast

Reorganize repository

Aperta
#11 0 commenti 0 reazioni 1 assegnatario Rivendicata da @eduardocorrearaujo Vedi su GitHub
documentation enhancement
Lingua principale
Jupyter Notebook
Stelle
2
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

We need to reorganize the code in the repo to streamline e generation of new forecasts:

For that, we need to keep in mind the forecast workflow:

```mermaid
flowchart TD
forecast[Create a forecast] --> D{Is case data up-to-date?}
D --yes--> CD{is Climate data up-to-date?} --yes--> T[Train Models]
D --no--> DD[Update cases]
CD --no--> DClim[Update climate]
DD --> CD
DClim --> T
T --> GF[Generate Forecast]
```

Ideally we can design a class Forecast that takes care of enforcing this workflow, calling existing code for the various steps of the workflow.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.