Skip to content

Commit

Permalink
Remove extra field_name in compute_model_metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiazlor authored Jul 18, 2024
1 parent 008d969 commit 7203867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion argilla/src/argilla/client/feedback/dataset/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def compute_model_metrics(
question_name: Union[
str, LabelQuestion, MultiLabelQuestion, RatingQuestion, TextQuestion, RankingQuestion
] = None,
field_name: Union[str, List[str]] = None,
strategy: Optional[
Union[str, LabelQuestionStrategy, MultiLabelQuestion, RatingQuestionStrategy, RankingQuestion]
] = None,
Expand Down

0 comments on commit 7203867

Please sign in to comment.