Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion captum/concept/_utils/classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def train_and_eval(
stats (dict): a dictionary of statistics about the performance of the model.
For example the accuracy of the model on the test and/or
train dataset(s). The user may decide to return None or an
empty dictionary if she/he decides to not return any performance
empty dictionary if they decide to not return any performance
statistics.
"""
pass
Expand Down