Skip to content

Commit b6df715

Browse files
author
Ikko Eltociear Ashimine
authored
Docs: update visualize.py (#4001)
1 parent 3b07d6a commit b6df715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ludwig/visualize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ def compare_classifiers_predictions_distribution(
22382238
ground_truth_apply_idx: bool = True,
22392239
**kwargs,
22402240
) -> None:
2241-
"""Show comparision of models predictions distribution for 10 output_feature_name classes.
2241+
"""Show comparison of models predictions distribution for 10 output_feature_name classes.
22422242
22432243
This visualization produces a radar plot comparing the distributions of
22442244
predictions of the models for the first 10 classes of the specified

0 commit comments

Comments
 (0)