Metrics icon indicating copy to clipboard operation
Metrics copied to clipboard

Machine learning evaluation metrics, implemented in Python, R, Haskell, and MATLAB / Octave

Results 36 Metrics issues
Sort by recently updated
recently updated
newest added

Note that in the event that the 'actual' vector contains no items, the following modification will prevent the return of NaN ``` if (length(actual) > 0) { score

Corrected rare case, where metrics fails and gives "NaN".. Happens in case of perfect match and both expected.mat and confusion.mat only have one nonzero entry. (Example where the metric fails:...

Hi Ben, your `setup.m` script in Metrics/MATLAB/setup.m doesn't work well on Windows computers because of the different path delimiters / vs \. I realized this when .git paths showed up...

Hey Ben, When I try to install with easy_install or pip, I get: ``` python IOError: [Errno 2] No such file or directory: 'requirements.txt' ```