cchallu / nbeatsx

MIT License
185 stars 48 forks source link

Missing import statements in nbeats.py #13

Open upadhyan opened 1 year ago

upadhyan commented 1 year ago

Hi, I was exploring the repository and noticed that the loss metrics import statement in nbeats.py was missing some of the import statements causing errors in line 361 to 367. Current the statement reads as from src.utils.numpy.metrics import mae, pinball_loss but I'm assuming the statement should include mape, smape, rmse, and mse loss (from src.utils.numpy.metrics import mae, pinball_loss, mape, smape, rmse, mse).

Not a big problem tbh, just thought I would bring it up.

Great work by the way!

ZhenjiangWuHydro commented 4 months ago

Hi,Could you please share the dataset? My email is: zhenjiangwu613@gmail.com,thx!