Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Aug 7, 2024
1 parent 52bce03 commit 0478128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ evalutils contains useful functions for evaluating machine learning models in th

## Features

- Interface to SciKit-Learn metrics
- 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

Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ testpaths = [
python_files = "tests.py test_*.py *_tests.py"
addopts = "--strict-markers --showlocals -n auto --dist loadscope --durations=10"
markers = [
"slow",
]
filterwarnings = [
"error",
]

[tool.tox]
Expand Down

0 comments on commit 0478128

Please sign in to comment.