Rory Finnegan

Results 223 comments of Rory Finnegan

If I recall the tuple is just `(t0, lower_bound, upper_bound)` where `t0` is just the original metric value? I seem to recall that being useful for plotting where I want...

FWIW, I'd be interested in seeing DependentBootstrap.jl merged with Bootstrap.jl. Bootstrap.jl does have an implementation of maximum entropy bootstrapping, but having other options would be nice.

> Does anyone see any problems with Requires becoming an additional dependency? I'd be very careful with using Revise.jl in packages. In my experience, it can make things significantly slower...

Yeah, I'm pretty sure I was always setting momentum to 0.0 in my experiments... which is probably why I forgot to implement that for the autoregressive weights :) I'm not...

I'm not sure if this makes sense, but I was thinking it might also be nice to include the LaTeX equations, so if people want to use this package in...

@eric-tramel I don't know about you, but I've provided certain equations (like contrastive divergence learning rule) in papers and slides enough times that I just have a file containing the...

Yeah, I was thinking that would be nice too, especially if you could just include a bibtex file in your repo. Unfortunately, the builtin doc strings don't support this and...

Well there isn't anything to reexport because FilePathsBase doesn't export `/` anymore. I'll direct you to a similar issue raised on FilePathsBase for why `/` isn't exported anymore. https://github.com/rofinn/FilePathsBase.jl/issues/157 I'm...

That doesn't work in base Julia either though. I think that should probably be a different path type.

Nope. Everybody is restricting things to strings. https://github.com/queryverse/FeatherFiles.jl/blob/master/src/FeatherFiles.jl#L12