From 04781286e580091763f77441c644d3c5525754c2 Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:36:38 +0200 Subject: [PATCH] Update readme --- README.md | 5 ++++- pyproject.toml | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) 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]