Skip to content

Make a (forecaster name + parameter set) to forecaster id lookup function #21

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

Closed
dshemetov opened this issue Sep 29, 2023 · 0 comments
Closed
Assignees

Comments

@dshemetov
Copy link
Contributor

dshemetov commented Sep 29, 2023

We need some way to go from an arg set to hashes and hashes to an arg set, using forecaster_param_grid.

Example interface:

# Returns all the IDs where ahead is 2 or 3 and pop_scaling is TRUE
ids <- get_forecast_ids(params = list(ahead = c(2, 3), pop_scaling = TRUE)
@dsweber2 dsweber2 added this to the initial exploration milestone Oct 12, 2023
@dsweber2 dsweber2 self-assigned this Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants