We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ba7a6e + 7cca7d6 commit 66299a3Copy full SHA for 66299a3
1 file changed
pytorch_forecasting/metrics/quantile.py
@@ -8,7 +8,7 @@
8
9
class QuantileLoss(MultiHorizonMetric):
10
"""
11
- Quantile loss, i.e. a quantile of ``q=0.5`` will give half of the mean absolute error as it is calcualted as
+ Quantile loss, i.e. a quantile of ``q=0.5`` will give half of the mean absolute error as it is calculated as
12
13
Defined as ``max(q * (y-y_pred), (1-q) * (y_pred-y))``
14
0 commit comments