-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[FEAT] Additional metrics for evaluating forecasting (RMSE+ MSE) #4178
Conversation
Any reason we can't add the others from darts.metrics? |
No reason, just figured I would add based on user input. I will add in more if you'd like. |
Thats fair. Only reason I ask is because I was going to try using the sdk for a kaggle comp that used SMAPE as the scoring metric, but I noticed it wasn't an option, so I didnt use it. Having as many is both helpful and overkill. |
@jmaslek Added smape for you :) |
Adding in
RMSE
andMSE
metrics for accuracy calculations when performing backtesting on models.Twitter
In terminal:
SDK: