diff --git a/baybe/insights/shap.py b/baybe/insights/shap.py index ea526b2cd..bd80882a9 100644 --- a/baybe/insights/shap.py +++ b/baybe/insights/shap.py @@ -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. @@ -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.