diff --git a/captum/concept/_utils/classifier.py b/captum/concept/_utils/classifier.py index b8ba7d0a59..4ae9d1b9b7 100644 --- a/captum/concept/_utils/classifier.py +++ b/captum/concept/_utils/classifier.py @@ -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