Releases: yhoiseth/python-prediction-scorer
Releases · yhoiseth/python-prediction-scorer
v1.0.1
v1.0.0
v0.3.0
Added
comparemethod to score predictions relative to each other- Ability to import directly from
predictionscorer Questionclass to score predictions over time- MIT License
Fixed
- Update plot script to work with new API
v0.2.0
Added
- Changelog.
- Documentation and test for Brier calculation with more than two alternatives.
- Assertions for creating
Predictioninstances:- 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
[0.1.1] - 2020-04-15
Added
- Python version requirement (greater than or equal to 3.7) in
setup.py.
Fixed
- Inclusion of
READMEon PyPi project page.