Skip to content

Releases: yhoiseth/python-prediction-scorer

v1.0.1

28 Sep 20:32

Choose a tag to compare

Fixed

  • Marked as PEP 561 compatible

v1.0.0

14 Jul 15:13

Choose a tag to compare

Added

  • New scoring rules API
  • Charts for all scoring rules

Removed

  • Old API

v0.3.0

24 May 14:04

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Added

  • compare method to score predictions relative to each other
  • Ability to import directly from predictionscorer
  • Question class to score predictions over time
  • MIT License

Fixed

v0.2.0

15 May 10:20

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Added

  • Changelog.
  • Documentation and test for Brier calculation with more than two alternatives.
  • Assertions for creating Prediction instances:
    • Two or more probabilities
    • Sum of probabilities must equal 100
    • Probabilities must contain true alternative
  • Calculation of scores for when the order of alternatives matters.
  • Design philosophy documentation.
  • Meta documentation
  • API simplifications

Changed

  • Decimal input for probabilities instead of integer.
  • Development tooling improvements (pip-tools).
  • Tuples instead of lists for probabilities.

v0.1.1

15 Apr 08:47

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

[0.1.1] - 2020-04-15

Added

  • Python version requirement (greater than or equal to 3.7) in setup.py.

Fixed

v0.1.0

15 Apr 08:46

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

[0.1.0] - 2020-04-15

Added

  • Brier score calculation