David van Leeuwen

Results 114 comments of David van Leeuwen

The simple implementation above would not become very efficient, memory-wise, for very large and very sparse tables, if we filter out the `0`s afterwards. Anyway, the `repmat(vcat([filll(...)])` is probably not...

I hit the same issue. It is probably not wise to import an object starting with `_` from another library, this is probably meant as private

I recall that I had included a PR providing such an interface, see [scikitlearn.jl](https://github.com/davidavdav/GaussianMixtures.jl/blob/main/src/scikitlearn.jl). It might be that we need some better documentation, which currently is pretty poor anyways.

Hello, I think we need very little of special functions, but it needs to be tested that version 2 works.

This looks like a bug to me. One should be able to write ``` multidict[1] = [1] ``` currently I don't see how to create a multidict with an empty...

Configurable or not, I'd love to see it implemented. I'd do it myself if I knew how.

I never understand these logging interfaces. If you have a more satisfactory solution, please submit a PR.

I don't think I am going to implement this, but feel free to do so.

Sorry, I normally release immediately after a PR that passes the test. There should be 0.3.7 out soon.