Skip to content

Commit

Permalink
Fix sphinx references
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Jan 14, 2025
1 parent 56d2b07 commit cb86db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions baybe/insights/shap.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def from_campaign(
Args:
campaign: A campaign holding a recommender using a surrogate model.
explainer_cls: See :func:`make_explainer_for_surrogate.
use_comp_rep: See :func:`make_explainer_for_surrogate.
explainer_cls: See :func:`make_explainer_for_surrogate`.
use_comp_rep: See :func:`make_explainer_for_surrogate`.
Returns:
The SHAP insight object.
Expand Down Expand Up @@ -214,8 +214,8 @@ def from_recommender(
searchspace: The searchspace for the recommender.
objective: The objective for the recommender.
measurements: The measurements for training the surrogate and the explainer.
explainer_cls: See :func:`make_explainer_for_surrogate.
use_comp_rep: See :func:`make_explainer_for_surrogate.
explainer_cls: See :func:`make_explainer_for_surrogate`.
use_comp_rep: See :func:`make_explainer_for_surrogate`.
Returns:
The SHAP insight object.
Expand Down

0 comments on commit cb86db4

Please sign in to comment.