Skip to content

Commit

Permalink
Remove reference to ExplainableAI.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jan 18, 2024
1 parent 716b8c7 commit 9d1492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/literate/example.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ model

# ## Preparing the model
# For models with softmax activations on the output,
# it is necessary to call [`strip_softmax`](@ref) before analyzing.
# it is necessary to call ExplainableAI's `strip_softmax` before analyzing.
model = strip_softmax(model);

# ## Preparing the input data
Expand Down

0 comments on commit 9d1492f

Please sign in to comment.