There was an error while loading. Please reload this page.
1 parent 3f14685 commit c1490d1Copy full SHA for c1490d1
1 file changed
docs/models.timexer.html.md
@@ -25,7 +25,7 @@ import matplotlib.pyplot as plt
25
26
from neuralforecast import NeuralForecast
27
from neuralforecast.models import TimeXer
28
-from neuralforecast.losses.pytorch import MSE
+from neuralforecast.losses.pytorch import MAE, MSE
29
from neuralforecast.utils import AirPassengersPanel, AirPassengersStatic, augment_calendar_df
30
31
AirPassengersPanel, calendar_cols = augment_calendar_df(df=AirPassengersPanel, freq='M')
0 commit comments