azrai99 commited on
Commit
c0809e5
·
verified ·
1 Parent(s): 2e4e69e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import matplotlib.pyplot as plt
4
  from neuralforecast.core import NeuralForecast
5
  from neuralforecast.models import NHITS, TimesNet, LSTM, TFT
6
  from neuralforecast.losses.pytorch import HuberMQLoss
 
7
  import time
8
 
9
  # Paths for saving models
 
4
  from neuralforecast.core import NeuralForecast
5
  from neuralforecast.models import NHITS, TimesNet, LSTM, TFT
6
  from neuralforecast.losses.pytorch import HuberMQLoss
7
+ from neuralforecast.utils import AirPassengersDF
8
  import time
9
 
10
  # Paths for saving models