Ari Hartikainen
Ari Hartikainen
Hi, I think you could be interested in developing this https://github.com/arviz-devs/arviz_dashboard See the wiki.
Hi, what is the current situation with Windows support? Is the problem with msvc and if so, could mingw64-w64 used to circumvent those problems? I'am happy to help, but not...
@OriolAbril we probably should add prior_loglikelihood to InferenceData schema?
I wonder if we leave file open?
Hi, when we have some time, I think this is something we probably need. Some functional form to use (at least predefined settings) lower | diag | upper
yeah, no hurry, but I think this is one plot type we are missing. Basically I would be happy with lower = scatter diag = posterior upper = stats (cross...
Hi, just interesting take. We have a `az.concat` function, but it is not really meant for anything this big, but to consider something like this, then I think this new...
Sounds great. I think we need to think API carefully.
Sure, no problem. Do you have some model(s) you can share that could be used as a reference? Also, do you think `observed_data` is suitable location for the data or...
What if we start with regression plot done with InferenceData? So user needs to add at creation step the following information ## Scatter information: - `x-variable_name` --> `observed_data` - `y-variable_name`...