AlertaDengue / AlertaDengue/InfoDenguePredict

Train a single model per cluster

Đang mở
#45 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Jupyter Notebook
Star
8
Fork
8
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.