Skip to content

Commit

Permalink
Docs: update visualize.py (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Apr 29, 2024
1 parent 3b07d6a commit b6df715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ludwig/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@ def compare_classifiers_predictions_distribution(
ground_truth_apply_idx: bool = True,
**kwargs,
) -> None:
"""Show comparision of models predictions distribution for 10 output_feature_name classes.
"""Show comparison of models predictions distribution for 10 output_feature_name classes.
This visualization produces a radar plot comparing the distributions of
predictions of the models for the first 10 classes of the specified
Expand Down

0 comments on commit b6df715

Please sign in to comment.