AlertaDengue / AlertaDengue/InfoDenguePredict

Train a single model per cluster

Aperta
#45 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
enhancement
Lingua principale
Jupyter Notebook
Stelle
8
Fork
8
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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`.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.