diff --git a/README.md b/README.md index 15d12e8..b58a092 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e4cc3ba..0d82cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]