Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Dec 20, 2024
1 parent e4bdbbb commit f4aed66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ values in the set of dictionary keys, can be specified as a hyperparameter.
#### Context

After training, a supervised classifier predicts labels on some input which are then
compared with ground truth labels using some accuracy measure, to assesses the performance
compared with ground truth labels using some accuracy measure, to assess the performance
of the classifier. Alternatively, the classifier predicts class probabilities, which are
instead paired with ground truth labels using a proper scoring rule, say. In outlier
detection, "outlier"/"inlier" predictions, or probability-like scores, are similarly
Expand Down
2 changes: 1 addition & 1 deletion src/accessor_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ See also [`fit`](@ref).
# New implementations
Implement for iterative algorithms that compute and record training losses as part of
training (e.g. neural networks).
training (e.g. neural networks). Return value should be `AbstractVector`.
$(DOC_IMPLEMENTED_METHODS(":(LearnAPI.training_predictions)")).
Expand Down

0 comments on commit f4aed66

Please sign in to comment.