Simon Kornblith

Results 77 comments of Simon Kornblith

Generally, I support the idea of more standardized APIs and unification of our many regression packages. Some more specific comments below. It would be great if our API supported fitting...

If all you need is the power spectrum, the periodogram functions in DSP.jl may be sufficient for your purposes.

To clarify, by header, I mean the first 128 bytes of the file and the "DICM" string that follows. The scanner is a Tim Trio that is also used for...

https://github.com/JuliaLang/julia/blob/59b253031af87f62e7d70a7d8848cdfd4a84288b/src/toplevel.c#L450-L464

I think I can fix this pretty easily, but there seems to be some debate going on over the appropriate fix to make this consistent. It seems clear that, wherever...

It looks like local-by-default is most people's preferred option. My main concern is https://github.com/JuliaLang/julia/issues/3680, which would mean that, in many situations, all your workers would die if you forget the...