Skip to content

Commit

Permalink
Update train_model_mixin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson authored Oct 10, 2023
1 parent 80b4276 commit 0e4572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/mixins/train_model_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ def create_shap_log(
:align: center
.. math::
\phi_i(f, x) = \\sum_{S \\subseteq F \\setminus {i}} \\frac{|S|!(|F| - |S| - 1)!}{|F|!} (f_{S \cup {i}}(x_{S \\cup {i}}) - f_S(x_S))
\phi_i(f, x) = \\sum_{S \\subseteq F \\setminus {i}} \\frac{|S|!(|F| - |S| - 1)!}{|F|!} (f_{S \cup {i}}(x_{S \\cup {i}}) - f_S(x_S))
.. note::
Expand Down

0 comments on commit 0e4572b

Please sign in to comment.