Y
Hacker News
new
|
ask
|
show
|
jobs
by
OJFord
424 days ago
Because this non-AI function 'correctly diagnoses 100% benign cases as benign':
def is_benign(mole: Image) -> bool: return True
...but also misdiagnoses 100% malignant cases.
1 comments
potatoman22
423 days ago
To contextualize, I think the tool in this article correctly diagnoses 97% benign cases as benign but misdiagnosis 22% of malignant cases.
link