.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
README.md
environment.yml
mkdocs.yml
pylintrc
pyproject.toml
setup.cfg
docs/api.md
docs/contributing.md
docs/data.md
docs/index.md
docs/userguide.md
src/scores/__init__.py
src/scores/continuous.py
src/scores/sample_data.py
src/scores/utils.py
src/scores.egg-info/PKG-INFO
src/scores.egg-info/SOURCES.txt
src/scores.egg-info/dependency_links.txt
src/scores.egg-info/requires.txt
src/scores.egg-info/top_level.txt
src/scores/probability/__init__.py
src/scores/probability/checks.py
src/scores/probability/crps_impl.py
src/scores/probability/functions.py
tests/scores/assertions.py
tests/scores/test_continuous.py
tests/scores/test_sample_data.py
tests/scores/test_utils.py
tests/scores/utils_test_data.py
tests/scores/probabilty/cdf_test_data.py
tests/scores/probabilty/crps_test_data.py
tests/scores/probabilty/test_crps.py
tests/scores/probabilty/test_functions.py
tutorials/Continuous Ranked Probability Score.ipynb
tutorials/First - Data Fetching.ipynb
tutorials/Mean Absolute Error.ipynb
tutorials/Mean Squared Error.ipynb