Skip to content

Releases: ImageMarkup/isic-challenge-scoring

v5.8.0

Choose a tag to compare

@brianhelba brianhelba released this 19 Jul 20:19
3bf07c4
  • Add support for lesion_id in classification ground truth

v5.7.0

Choose a tag to compare

@brianhelba brianhelba released this 08 Jul 13:50
e0ac502
  • Remove ScoreException alias
  • Add support for Dice coefficient / F1 as a classification target metric

v5.6.0

Choose a tag to compare

@brianhelba brianhelba released this 21 Mar 04:03
24dfe19
  • Rename ScoreException to ScoreError

v5.5.0

Choose a tag to compare

@danlamanna danlamanna released this 17 Mar 09:21
Add zipfile-deflate64 support

v5.4.1

Choose a tag to compare

@brianhelba brianhelba released this 30 Dec 21:04
308b67f
  • Fix a warning from Pandas

v5.4.0

Choose a tag to compare

@brianhelba brianhelba released this 23 Dec 15:43
8001b1c
  • Switch to GitHub Actions for CI and automated release publication
  • Allow for passing a specific metric to classification tasks

v5.3.0

Choose a tag to compare

@brianhelba brianhelba released this 03 Dec 21:32
8e17c79
  • Classification now (optionally) expects the validation metric to be provided explicitly

v5.2.6

Choose a tag to compare

@brianhelba brianhelba released this 02 Dec 20:59
39e9e2a
  • Require Python 3.8
  • Require pandas>=1.1
  • Use isort
  • Update and fix CI testing, adding nightly tests
  • Minor internal refactoring