Skip to content

Commit 66299a3

Browse files
authored
Merge pull request #1287 from maartensukel/patch-1
Spotted a typo.
2 parents 4ba7a6e + 7cca7d6 commit 66299a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytorch_forecasting/metrics/quantile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class QuantileLoss(MultiHorizonMetric):
1010
"""
11-
Quantile loss, i.e. a quantile of ``q=0.5`` will give half of the mean absolute error as it is calcualted as
11+
Quantile loss, i.e. a quantile of ``q=0.5`` will give half of the mean absolute error as it is calculated as
1212
1313
Defined as ``max(q * (y-y_pred), (1-q) * (y_pred-y))``
1414
"""

0 commit comments

Comments
 (0)