Merged
Conversation
Contributor
Author
|
@frazane I have made some updates and it is ready for you to look at. I had trouble setting up the env to work on my machine, but the tests are passing here https://github.com/nicholasloveday/scoringrules/actions/runs/14297512923 |
frazane
added a commit
that referenced
this pull request
May 30, 2025
* add theory documentation * add readthedocs config * add readthedocs files * delete obsolete files * update gitignore * update docs requirements * use docs requirements file * update docs requirements * update docs requirements * misc fixes and test cross-references * remove old file from index * install the local package code for the build * expand API reference documentation * delete mkdocs config file * wip on crps docstrings * more wip on crps docstrings * pass doctest for examples in _crps.py * more work on docstrings - math blocks, args, formatting, etc. * add examples and pass doctest for variogram scores * comment out latex math hook * update theory docs * add documentation page for ensemble forecasts * add documentation page for ensemble forecasts * add documentation page for weighted scoring rules * update docu index * update axis naming args (#95) * change ens member axis to m_axis * change categorical axis to k_axis * update mixture components axis name * fix m_axis bug * change test_kernels to use m_axis argument * fix m_axis bug in logs_ensemble * increase N in crps ensemble tests * add exception in crps ensemble tests for akr approximations * change energy score function name * change variogram score function name * add default threshold arguments to twcrps_ensemble * add default threshold arguments to owcrps_ensemble * add default threshold arguments to vrcrps_ensemble * reduce tolerance on owgksuv_ensemble test * add default threshold argument to weighted gksuv scores * update default w_func in vrcrps_ensemble * update test_wcrps * reduce tolerance of owgks tests * reduce tolerance of owgks tests * update documentation link and prepare release tag * add deprecated aliases * more minor fixes --------- Co-authored-by: sallen12 <sam.allen@stat.unibe.ch> Co-authored-by: Nicholas Loveday <48701367+nicholasloveday@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have gone with
m_axis= ensemble member axisv_axis= variable axisk_axis= discrete category axismc_axis= mixture components axis