astro-kevin
astro-kevin
I can add that this happens on Julia 1.9.2, MCMCChains v6.0.3, StatsPlots v0.15.6.
I'm trying to run an MCMC, so I'm calling `sample` like this. ``` chain = sample(runmodel(stuff, parameters)), MH(), num_iter) ``` `stuff` and `num_iter` are variables defined outside. I have ```...
Here is the error: `ERROR: ArgumentError: chain ranges differ`. I think that's because of the burn in which is discarded. However, I'm just not really understanding how this works because...
I don't believe `xgboost_ray` is still supported. I have been having trouble using that package (which you'll see the latest issue being created by me too). I've since moved to...