Moritz Schauer
Moritz Schauer
Let's split this up in parts!
Do you think you can make this work without my input? Please merge once you think this is fine.
@schnirz Is this "okay enough" for me to just merge?
This is great news. There has been also some interest for this package in the last weeks, so this would be a good time.
Yearly reminder ;-)
Perhaps it helps that our implementations are indistinguishable from pseudo-code 😉 ``` function skeleton(n::V, I, par...; kwargs...) where {V} g = complete_graph(n) S = Dict{edgetype(g),Vector{V}}() d = 0 # depth...
There is unfinished work on independence tests for categorical variables in #11, if you happen to need that, please ping us.
Ref https://github.com/JuliaLang/julia/pull/16708
Yes, it is a tricky thing, that's perhaps why it didn't went anywhere. On the other hand ``` julia> using StaticArrays julia> xs = [@SVector rand(3) for _ in 1:100];...
Thanks for the report. > throw an error There is a Base macro for that, I assume?