michielver

Results 3 issues of michielver

Using AxisArrays v0.4.4, I encountered a StackOverflow error when doing concatenation with a relatively large array as below: ```julia stackoverflowarray = [AxisArray(rand(500,4)) for i in 1:1048] cat(stackoverflowarray...; dims=3) ``` This...

Basically, what I want to achieve is a logit transformed outcome for example, but I want to allow covariates to have different effects, and hence shift the mean for each...

I am running into an issue when trying to run the code in your repo. I have downloaded the full source code, changed the root_db_path to where my folder with...