AlertaDengue / AlertaDengue/InfoDenguePredict

Train a single model per cluster

オープン
#45 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Jupyter Notebook
スター
8
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

説明

Currently we build one model per city. which is trained with the combined data from the cluster to which the city belongs to.
Although it sees the entire data (once) it is trained to minimize the prediction loss of a single city.

An alternative would be to using the same model train it to predict all the cities in the cluster, by running it through the data multiple times (once per each city)

Another possibility, would be to have it predict all cities at once by defining a multidimensional target of dimension `n_cities by pred_window`.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。