Skip to content

Commit f4aed66

Browse files
committed
typo
1 parent e4bdbbb commit f4aed66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ values in the set of dictionary keys, can be specified as a hyperparameter.
4545
#### Context
4646

4747
After training, a supervised classifier predicts labels on some input which are then
48-
compared with ground truth labels using some accuracy measure, to assesses the performance
48+
compared with ground truth labels using some accuracy measure, to assess the performance
4949
of the classifier. Alternatively, the classifier predicts class probabilities, which are
5050
instead paired with ground truth labels using a proper scoring rule, say. In outlier
5151
detection, "outlier"/"inlier" predictions, or probability-like scores, are similarly

src/accessor_functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ See also [`fit`](@ref).
247247
# New implementations
248248
249249
Implement for iterative algorithms that compute and record training losses as part of
250-
training (e.g. neural networks).
250+
training (e.g. neural networks). Return value should be `AbstractVector`.
251251
252252
$(DOC_IMPLEMENTED_METHODS(":(LearnAPI.training_predictions)")).
253253

0 commit comments

Comments
 (0)