Skip to content

Commit

Permalink
typo comma instead full stop (dotnet#15040)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePiranha authored and mairaw committed Oct 9, 2019
1 parent 66fbd3f commit 2460f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/machine-learning/resources/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ In [classification](#classification), the recall for a class is the number of it
Regularization penalizes a linear model for being too complicated. There are two types of regularization:

- $L_1$ regularization zeros weights for insignificant features. The size of the saved model may become smaller after this type of regularization.
- $L_2$ regularization minimizes weight range for insignificant features, This is a more general process and is less sensitive to outliers.
- $L_2$ regularization minimizes weight range for insignificant features. This is a more general process and is less sensitive to outliers.

## Regression

Expand Down

0 comments on commit 2460f10

Please sign in to comment.