Soumya Sahu
Soumya Sahu
I think I have fixed other issuses apart from the followings: ngboost/distns/mixture_normal.py:3:0: C0414: Import alias does not rename original package (useless-import-alias) ngboost/distns/mixture_normal.py:55:78: E1130: bad operand type for unary -: NoneType...
Sorry, @alejandroschuler, I was very busy with my research and studies, so, I had to catch up late. I really enjoyed the above discussion. @guyko81, it is indeed a nice...
Hi, I have implemented the model with 6 longitudinal biomarkers with regularized horseshoe prior for the association parameters in the survival model. For now, we have used a completely diagonal...
For an update, I have removed the second 'for' loop in 'evaluate_eta' function which has increased the speed but still it is much slower compared to your package. For details,...
Hi @sambrilleman, thanks for the reply. I looked at the stan files, they are mostly for implementation of splines for baseline hazard and the shared random and fixed effect modeling....
Hi @sambrilleman, Thanks a lot for your detailed reply. I standardized the biomarkers, rescaled the priors, and most importantly used fixed values for `beta_mean` and `beta_scale` instead of assigning a...
Hi @OriolAbril, You are correct, I have faced some installation issues. First, let me clarify the code I tried: ``` def build_model(pm): with pm.Model(coords=coords) as hierarchical_model: # Intercepts, non-centered mu_a...