Skip to content

Commit

Permalink
fix_wrong_import_doc (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint authored Apr 11, 2024
1 parent 99bd5c5 commit 0a772c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/models.patchtst.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@
"import matplotlib.pyplot as plt\n",
"\n",
"from neuralforecast import NeuralForecast\n",
"from neuralforecast.models import MLP\n",
"from neuralforecast.models import PatchTST\n",
"from neuralforecast.losses.pytorch import MQLoss, DistributionLoss\n",
"from neuralforecast.tsdataset import TimeSeriesDataset\n",
"from neuralforecast.utils import AirPassengers, AirPassengersPanel, AirPassengersStatic, augment_calendar_df\n",
Expand Down

0 comments on commit 0a772c5

Please sign in to comment.