Skip to content

PeterMcGor/MetricsReloaded

 
 

Repository files navigation

Metrics Reloaded

A Python implementaiton of Metrics Reloaded - A new recommendation framework for biomedical image analysis validation.

Documentation Status Testing Status Coverage Status

Installation

Using git

Create and activate a new Conda environment:

conda create -n metrics python=3.10 pip
conda activate metrics

Clone the repository:

git clone https://github.com/csudre/MetricsReloaded.git
cd MetricsReloaded

Install the package:

python -m pip install .

You can alternatively install the package in editable mode:

python -m pip install -e .

This is useful if you are developing MetricsReloaded and want to see changes in the code automatically applied to the installed library.

Overview

docs/source/images/classification_scales_and_domains.png

Metrics Reloaded fosters the convergence of validation methodology across modalities, application domains and classification scales

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%