Skip to content

Commit 966b308

Browse files
committed
Add RMSE link
1 parent 201cb87 commit 966b308

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/links/database.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,6 +2897,20 @@
28972897
"stats"
28982898
]
28992899
},
2900+
"https://en.wikipedia.org/wiki/Root-mean-square_deviation": {
2901+
"id": "root-mean-squared-error",
2902+
"description": "Wikipedia entry for the root-mean-squared error, which represents the sample standard deviation of the differences between actual and predicted values.",
2903+
"short_url": "",
2904+
"keywords": [
2905+
"rmse",
2906+
"rmsd",
2907+
"mse",
2908+
"mean squared error",
2909+
"statistics",
2910+
"stats",
2911+
"modeling"
2912+
]
2913+
},
29002914
"https://en.wikipedia.org/wiki/Rounding": {
29012915
"id": "rounding",
29022916
"description": "Wikipedia entry on rounding, an operation which replaces a numerical value by another value that is approximately equal to the original number but has a shorter, simpler, or more explicit representation.",

0 commit comments

Comments
 (0)