Skip to content

Commit

Permalink
Fix minor grammar error in docs (#2560)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjeng authored Sep 8, 2021
1 parent 19c468c commit 50462a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_addons/losses/quantiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def pinball_loss(
`loss = maximum(tau * (y_true - y_pred), (tau - 1) * (y_true - y_pred))`
In the context of regression this, loss yields an estimator of the tau
In the context of regression this loss yields an estimator of the tau
conditional quantile.
See: https://en.wikipedia.org/wiki/Quantile_regression
Expand Down

0 comments on commit 50462a3

Please sign in to comment.