Ladan Ghasemi
03/25/2024, 7:24 AMfrom neuralforecast.models.mqnhits.mqnhits import MQNHITS
(pre-trained N-Hits model)
I have this error:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from neuralforecast.models.mqnhits.mqnhits import MQNHITS
ModuleNotFoundError: No module named 'neuralforecast.models.mqnhits'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
how can I fix this error?Marco
03/25/2024, 1:16 PMLadan Ghasemi
03/25/2024, 2:35 PMMarco
03/25/2024, 2:41 PMLadan Ghasemi
03/25/2024, 2:52 PM