logoalt Hacker News

KingMobyesterday at 7:25 AM1 replyview on HN

> 94.5% in itself is suspicious

No it's not, that's a reported mean, presumably with the right number of significant digits.

If you want to criticize the variance/stddev, do so, but you picked the wrong metric if that's what you wanted to complain about.


Replies

emil-lpyesterday at 11:32 AM

How about this:

    def has_alzheimers(patient):
        return False
What accuracy does this have?