Andrew Dinhobl

Results 5 comments of Andrew Dinhobl

It seems to give me what I would expect if I convert `Array()` the sliding window: ``` julia> data 4-element slidingwindow(::var"#60#61", ::LinearAlgebra.Adjoint{Float64,Array{Float64,2}}, 1, obsdim = 2) with eltype Tuple: ([0.945307599461624;...

What is the overall vision for the model zoo? Like what attributes would make a good zoo model? I'm going to throw out some things and let me know if...

As someone newer to the ecosystem and Julia, it would probably be good to have a list of best practices when implementing a model - a checklist with explanations. It...

As for my first post above, I just found Literate.jl, which I think could be a solution to having to maintain 1 `.jl` file but still being able to take...

Thanks for all the responses. It sounds like there are a handful of lists that could be put together generally on the topics of performance and best practices, and I...