Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train a single model per cluster #45

Open
fccoelho opened this issue Jul 24, 2019 · 2 comments
Open

Train a single model per cluster #45

fccoelho opened this issue Jul 24, 2019 · 2 comments

Comments

@fccoelho
Copy link
Collaborator

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.

@fccoelho
Copy link
Collaborator Author

@linneuholanda esta pode ficar para o paper. (depois de terminarmos o poster)

@fccoelho
Copy link
Collaborator Author

This could also be done by health macroregions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants