hubverse-org / hubEvals

https://hubverse-org.github.io/hubEvals/
Other
1 stars 0 forks source link

Eval functions #20

Closed kimberlynroosa closed 3 months ago

kimberlynroosa commented 3 months ago

Created some functions for getting evaluation results (WIS and prediction interval coverage) and for creating some plots and tables

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 337 lines in your changes are missing coverage. Please review.

Project coverage is 0.00%. Comparing base (9b64f39) to head (09db69e).

Files Patch % Lines
R/get_results_data.R 0.00% 46 Missing :warning:
R/get_data_tibble.R 0.00% 44 Missing :warning:
R/WIS_density_plot.R 0.00% 35 Missing :warning:
R/WIS_ranking_baseline.R 0.00% 34 Missing :warning:
R/absWIS_table.R 0.00% 29 Missing :warning:
R/absWIS_fig.R 0.00% 24 Missing :warning:
R/cov95_plot.R 0.00% 23 Missing :warning:
R/WIS_ranking_location.R 0.00% 21 Missing :warning:
R/dat_for_scores_func.R 0.00% 18 Missing :warning:
R/relWIS_boxplot.R 0.00% 17 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #20 +/- ## ===================================== Coverage 0 0.00% ===================================== Files 0 14 +14 Lines 0 337 +337 ===================================== - Misses 0 337 +337 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

🚀 Deployed on https://660320419355fc7c0ada844c--hubevals-pr-previews.netlify.app

kimberlynroosa commented 3 months ago

Thank you @LucieContamin for your help! I am working on adding more documentation and reformatting the code.

kimberlynroosa commented 3 months ago

Thank you @nickreich, this makes sense. I will remove the additional functionality for now and ensure specific issues are addressed with any changes. Sorry about that! Still new to some of this and learning - I appreciate your helpful feedback!