Aaron Defazio

Results 17 comments of Aaron Defazio

Try `grid::grid.draw(grobEns)`. I'm not really sure why the gTable objects act differently than grobs when you call print on them, they inherit from grob. It's [caused problems](http://stackoverflow.com/a/31458190/165845) for other users...

Hi, Sorry for the late response. I'll look into this, but I can't promise a quick fix.

Hi, does the small test example work for you? ```roc_plot(example_predictions$test.y, example_predictions$pred.prob)``` I just did a fresh install of R and ran this example, it works for me. If it is...

If your data is sharable that it easiest. If not, can you check for nan, inf etc. in your data. If there are a lot of duplicate values in the...

Ok, I'll look into adding some comments and exporting them.

I'm glad you found the implementation useful! There has been follow up work by other researchers to add support for separate L1 regularizers to point-SAGA. The following paper is a...

I use the closure form of the algorithm to avoid needing to do the eval() call. There has been a request from another user to support this this sort of...

The overhead is minimal, parameter copying is very fast. The issue was raised very close to the deadline and so given the low overhead of the copy, it was decided...

Thanks, that's useful. Would it be possible to publish hashes of the files as well?

recheck