Aubrey Barnard

Results 13 issues of Aubrey Barnard

If all the labels are the same (all negative or all positive), then there are NaNs in both the ROC and PR points. Also, both the ROC and PR areas...

bug

When the same output file is specified more than once on the command line, it is opened multiple times which means it retains only the last output. This is not...

I think there should be two methods for each type of curve, one for computing all the points and one for computing the points useful for plotting. In both ROC...

enhancement

The NaiveCsvReader leaves whitespace around content. This is not very intuitive and can easily be fixed. Specifically, not trimming whitespace has the consequence of whitespace becoming part of the CSV...

bug

Add basic tests of all pertinent API methods for datasets with 1M total examples in a separate file of unit tests of scale. There could be several large rankings to...

enhancement

Review project to prepare for 0.2.0 release. - Do all tests run? - Are included features tested and documented? - Are relevant issues resolved? - Is documentation up-to-date? - Are...

process

The documentation should be reviewed and updated for release 2.

process

I discovered that the main program will proceed with an empty join result and produce nonsense output. This is probably due to the `buildCurve` API functions in `Main` not sanity...

bug
enhancement

I've been working on improving the documentation, and I think we need a better name for the core class, CurveData. A better name would communicate its purpose better, which is...

enhancement

Add ability to handle weights on examples. This would necessitate a change to much of the current internals, basically changing integer counts to floating-point counts. However, integer and floating-point weights...

enhancement
feature