-
Hi Doug,
I am running into an error when LDAK is reading in the covariates file. I've tried changing the file from tab to space separated, removing any non-alphanumeric values from the variable nam…
sahwa updated
1 month ago
-
I’m interested in the explainability of the forecast with covariates, or even univariate if possible.
Is there any method to extract the feature importance of the covariates.
The following noteb…
-
1. Confirm the type of covariates to include. Using the [SAR tables from DART](https://www.cbr.washington.edu/dart/query/pit_sar_esu), the explanatory variables include:
- reartype : H or W
- pa…
-
There was a bug where I didn't check that the column names of the survey and population dataframes were the same. I now assert that they're the same, but this may be too restrictive. We need to thin…
-
While RNN model only supports future covariates BlockRNN only supports the past covariates.
[https://unit8co.github.io/darts/generated_api/darts.models.forecasting.rnn_model.html?highlight=rnn#dart…
-
- GBD covariates
- WBI covariates (though patchy across countries)
-
Thanks for the fantastic package!
Is there a way to fit a model with interval-censored outcome and time-varying covariates?
Say my data looks like this:
`{r}
id
-
thank you for the fantastic work! I wanted to ask if there are any schedule to support covariates (both `feat_dynamic_real` and `past_feat_dynamic_real`). These features would be extremely helpful for…
-
We summarize by week and year in `data-raw/pull_data_scripts/pull_environmental_data.R` but we need `month` for the summarization we do in `prep_environmental_covariates.Rmd`. Can we modify the pull s…
-
Resolve issues with covariates, including: (1) check we have the right covariates against the DAGs, (2) assess if there are alternatives to the covariates chosen (e.g., are there continuous covariates…