Skip to content

Commit c1490d1

Browse files
authored
docs: fixed missing import (#1425)
1 parent 3f14685 commit c1490d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/models.timexer.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import matplotlib.pyplot as plt
2525

2626
from neuralforecast import NeuralForecast
2727
from neuralforecast.models import TimeXer
28-
from neuralforecast.losses.pytorch import MSE
28+
from neuralforecast.losses.pytorch import MAE, MSE
2929
from neuralforecast.utils import AirPassengersPanel, AirPassengersStatic, augment_calendar_df
3030

3131
AirPassengersPanel, calendar_cols = augment_calendar_df(df=AirPassengersPanel, freq='M')

0 commit comments

Comments
 (0)