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

RMSE calculation method? #1

Open
alirezakariminejad opened this issue Sep 2, 2021 · 1 comment
Open

RMSE calculation method? #1

alirezakariminejad opened this issue Sep 2, 2021 · 1 comment

Comments

@alirezakariminejad
Copy link

Is it possible to announce the RMSE calculation method as well?

@TatevKaren
Copy link
Owner

RMSE stands for Root MSE or Root Mean Squared Error. Mathematically, it's the root of MSE you obtain which you can calculate as follows in Python with NumPy given MSE:

RMSE = np.sqrt(MSE)

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