David van Leeuwen
David van Leeuwen
fixes #100
You are probably right. This package was written in the Julia-0.3 era. The code is probably trying to parallelize at severar places beyond the control of the user. Is it...
Perhaps---it all seems to be not very pretty. I thought `require()` was solving an issue for me here, but it seems it doesn't anymore. Is this a bug of `Requires`?...
Ehm, yes, that look fancy. I hope it also support simple 2D graph plotting in a nice way.
I'll keep this open as a separate issue for now. I would like to move to a uniform plotting interface because all the various plotting packages in Julia drive me...
Hello, yes, well, I fix bugs when they're there. I don't use the package often, myself, it needs better documentation for others to use, I suppose, but yes, I am...
Sure, I know nothing about pROC and the Delong test. Maybe the data structure I use is not fit for it—I heavily reduce the data by collapsing uninterrupted datapoints of...
Thanks for the paper. I think Fawcett's ideas originally inspired us to implement the ROC-CH. As for averaging, you can do this at the level of scores of course, but...
No, this is not yet using Plots. Is uses something else for plotting, Winston. I am generally not happy with the plotting mess in Julia, but plots.jl looks promising.
I am now running into the same issue. Did you happen to have looked into Plots?