Carlos Parada
Carlos Parada
@dkarrasch if the only thing missing is a couple style changes, perhaps we should just apply the changes and merge, to avoid holding this up too long?
> > Out of curiosity, why not make the overloaded functions available in `StatsBase.jl`? Do you need special fields of structs that are owned by this package here? > >...
@dlfivefifty could you merge this?
I’d love this for Julia!
I really like the braille dots!
> What is the main scalability bottleneck for LOO in practice? I am asking because LOO typically relies on MCMC draws, and my understanding is that the LOO step is...
I also do think writing in Julia is an easier way to get the improvements requested in #33 given that Julia code is usually easier to understand/write than C++ code;...
Worth noting that most of this is already implemented as part of a _Statistical Rethinking_ package and can be found [here](https://github.com/StatisticalRethinkingJulia/StatsModelComparisons.jl). I think they'd be cool with us reusing their...
> Hi, > > I think Julia is super-cool. A downside with including it would though be that, if Im not wrong, Julia would become a dependency for the loo...
I've verified that PackageCompiler.jl would allow for using Julia code without making Julia a dependency by precompiling the code into C. After the code is precompiled, it can be used...