Releases: ImageMarkup/isic-challenge-scoring
Releases · ImageMarkup/isic-challenge-scoring
v5.8.0
v5.7.0
- Remove
ScoreExceptionalias - Add support for Dice coefficient / F1 as a classification target metric
v5.6.0
- Rename
ScoreExceptiontoScoreError
v5.5.0
Add zipfile-deflate64 support
v5.4.1
- Fix a warning from Pandas
v5.4.0
- Switch to GitHub Actions for CI and automated release publication
- Allow for passing a specific metric to classification tasks
v5.3.0
- Classification now (optionally) expects the validation metric to be provided explicitly
v5.2.6
- Require Python 3.8
- Require
pandas>=1.1 - Use
isort - Update and fix CI testing, adding nightly tests
- Minor internal refactoring