Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agsd21 compare1 #2193

Merged
merged 11 commits into from
Feb 1, 2023
Prev Previous commit
Next Next commit
Update compareplot.py
remove some spaces
  • Loading branch information
asael697 committed Jan 11, 2023
commit 7ea68e11705f521703bbb247a4a8eb884e0191f7
3 changes: 1 addition & 2 deletions arviz/plots/compareplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def plot_compare(
This plot is in the style of the one used in the book Statistical Rethinking by
asael697 marked this conversation as resolved.
Show resolved Hide resolved
Richard McElreath.Chapter 6 in the first edition or 7 in the second.


Parameters
----------
comp_df : pandas.DataFrame
Expand Down Expand Up @@ -89,7 +88,7 @@ def plot_compare(
References
----------
.. [1] Vehtari et al. (2016). Practical Bayesian model evaluation using leave-one-out
cross-validation and WAIC https://arxiv.org/abs/1507.04544
cross-validation and WAIC https://arxiv.org/abs/1507.04544

Examples
--------
Expand Down