Skip to content

Commit b31b7ca

Browse files
SnakyBeakyEric Erhardt
authored andcommitted
Minor typo fix in regularization documentation (#4012)
1 parent fed45bb commit b31b7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-reference/regularization-l1-l2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
This class uses [empricial risk minimization](https://en.wikipedia.org/wiki/Empirical_risk_minimization) (i.e., ERM)
1+
This class uses [empirical risk minimization](https://en.wikipedia.org/wiki/Empirical_risk_minimization) (i.e., ERM)
22
to formulate the optimization problem built upon collected data.
3-
Note that empricial risk is usually measured by applying a loss function on the model's predictions on collected data points.
3+
Note that empirical risk is usually measured by applying a loss function on the model's predictions on collected data points.
44
If the training data does not contain enough data points
55
(for example, to train a linear model in $n$-dimensional space, we need at least $n$ data points),
66
[overfitting](https://en.wikipedia.org/wiki/Overfitting) may happen so that

0 commit comments

Comments
 (0)