Skip to content

Commit

Permalink
run black formatting AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Jul 6, 2024
1 parent 04df444 commit 1cdb1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def predict(
``idata`` with the predictions added. If ``kind="response_params"``, a new variable
with the name of the parent parameter, e.g. ``"mu"`` and ``"sigma" for a Gaussian
likelihood, or ``"p"`` for a Bernoulli likelihood, is added to the ``posterior`` group.
If ``kind="response"``, it appends a ``posterior_predictive`` group to ``idata``. If
If ``kind="response"``, it appends a ``posterior_predictive`` group to ``idata``. If
any of these already exist, it will be overwritten.
include_group_specific : bool
Determines if predictions incorporate group-specific effects. If ``False``, predictions
Expand Down

0 comments on commit 1cdb1e2

Please sign in to comment.