We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a76801 commit 6e05e31Copy full SHA for 6e05e31
1 file changed
machine_learning/loss_functions.py
@@ -668,7 +668,6 @@ def root_mean_squared_error(y_true, y_pred):
668
669
RMSE = sqrt( (1/n) * Σ (y_true - y_pred) ^ 2)
670
671
-
672
Args:
673
y_pred: Predicted Value
674
y_true: Actual Value
0 commit comments