AlertaDengue / AlertaDengue/transfer-learning-forecast

Reorganize repository

オープン
#11 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。