Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing import statements in nbeats.py #13

Open
upadhyan opened this issue Apr 25, 2023 · 1 comment
Open

Missing import statements in nbeats.py #13

upadhyan opened this issue Apr 25, 2023 · 1 comment

Comments

@upadhyan
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants