Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.34 KB

evalutils

Build Status PyPI version PyPI - Python Version Documentation Status Code style

evalutils contains useful functions for evaluating machine learning models in the context of medical imaging.

Features

  • Bounding box annotations with Jaccard Index calculations
  • Calculations of bootstrapped ROC curves
  • Scoring for detection tasks
  • Efficient calculation of confusion matrices, jaccard scores, dice scores, hausdorff distances, absolute volume differences, and relative volume differences

Getting Started

evalutils requires Python 3.9 or above, and can be installed from pip. Please see the Getting Started documentation for more details.