Skip to content

Commit

Permalink
docs(ds): fix fit return doc (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Aug 15, 2024
1 parent 6a79758 commit a202f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crowdkit/aggregation/classification/dawid_skene.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def fit(
history **count** that `worker` produces `observed_label`, given that the task true label is `true_label`.
When the `initial_error_strategy` is `assign`, the values in the error matrix can be the probability too.
Check the examples in the class docstring for more details.
Returns:
DawidSkene: self.
"""
Expand Down

0 comments on commit a202f64

Please sign in to comment.