You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm learning a ton from studying Statistical Rethinking in self-study with a couple data scientist friends. Thank you so much!
I ran into the following issue using ulam while working through Chapter 9: estimating the models using cmdstanr appears to fail when I include a start parameter. Here's a hopefully reproducible example:
Thanks. cmdstanr support is still incomplete, because the API wasn't stable when I added it. I should check that things are stable now and fix this. Much appreciated.
Just ran into this (or closely related) issue. It looks like the ulam-function code checks for cmstanr but does not when start parameters are included (lines 1477-1489 compared to 1446-1476). The error I had related to it looking for rstan (failed to load namespace) which I do not have installed. I would guess that the error is not too common if people have rstan installed, it is just not running cmdstan. This may be related to issue #428 because I found it when trying to sort out that exact problem.
Hi! I'm learning a ton from studying Statistical Rethinking in self-study with a couple data scientist friends. Thank you so much!
I ran into the following issue using
ulam
while working through Chapter 9: estimating the models usingcmdstanr
appears to fail when I include astart
parameter. Here's a hopefully reproducible example:I've tried various permutations of options, and this failure seems to happen when the
start
parameter is included.I haven't been able to try this with
rstan
because I haven't been able to get a functioning installation of it.Thanks much for your insight!
The text was updated successfully, but these errors were encountered: