-
- [x] Initializers for model parameters
- [x] Splines for baseline hazards
- [x] Fix ISplines for baseline intensities - constrain all parameters to be the same sign, currently constrained to all be…
-
Adapted from comments from René:
- [x] The input fields need some checking/validating of “acceptable” values
- [ ] The results should be given with confidence intervals (default to 95%, but it sho…
-
Hey guys,
Over this past week, I’ve been working on generating juvenile abundance estimates for spring ’22 and trying to contextualize the estimate(s) for chum fry at the mainstem Grays River trap.…
-
I have trained TFT on multiple time series (for example: trained on a retail dataset with 350 time series, each having target, past and future covariates). My understanding was that TFTExplainer would…
-
Hi
I'd like to suggest adding the option of document-level covariate (similar to STM in R). Basically it allows the user to investigate relationship between document-level covariates such as source…
-
I have 20K samples, and 150K variants. If we don't have limits on memory and number threads, what are the suggested flags to use to improve the speed. I am running below, it is taking too long (2hours…
-
Hi Chris,
Can you use use simple flags like 0/1 to indicate that an event has taken place as part of customizing the model with exogenous features?
Thanks
-
Hi,
I’m trying to use the predict method from `TFTModel` with `predict_likelihood_parameters=True`, and the returned `TimeSeries` has static_covariates set to None.
However, if I call predict with…
-
Hi,
Thanks for developing scDesign3. I have SingleCellExperiment object. I want to simiulate it with scDesign3. but i get this error.
> example_simu
-
`extract.modmed.mlm` returns an incorrect number of NAs if multiple covariates are used in fitting the model (e.g., `covars.m = c("cov1", "cov2")`). This becomes a problem when using bootstrapping to …