AlertaDengue / AlertaDengue/transfer-learning-forecast

Reorganize repository

未关闭
#11 0 条评论 0 个 reaction 已指派 1 人 已被 @eduardocorrearaujo 认领 在 GitHub 查看
documentation enhancement
主要语言
Jupyter Notebook
星标
2
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。