Mike Anderson

Results 442 comments of Mike Anderson

Thanks all for signing!

Great thanks all. @puredanger I think that is everyone now?

Well `mp/convert-to-nested-vectors` will convert to a vector for sure! So I see how this is happening. Perhaps the Dataset should revert to using `defrecord` instead of `deftype`, which I believe...

I think that if you want to use an internal strategy that stores strings as numbers for example then it should be a hidden implementation detail. I would use a...

Cool thanks! I don't really understand the cljs implementation too well but happy to help merge any changes needed.

See Group discussion: https://groups.google.com/d/topic/numerical-clojure/ELNTPY2-nBU/discussion

@lbradstreet @kakarukeys for your reference we need this issue implemented before we can get fully labelled data arrays. Currently only labelled columns are supported in the standard Dataset implementation

Good catch. Yes I think it is best if we just change the docstring. Not much value in constructing a full diagonal matrix if you only need the singular values.

CPU only right now. It does make use of all available processors though. There is actually a known performance problem in clisk with deeply nested generators. If I fix that...

A rough way to estimate this is to count the maximum level of nesting in the brackets. The fundamental problem is that complexity currently grows as O(4^d) where d is...