Skip to content

Commit 876a0e3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c95fa7 commit 876a0e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

machine_learning/loss_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -687,5 +687,3 @@ def root_mean_squared_error(y_true: np.ndarray, y_pred: np.ndarray) -> float:
687687

688688
# Taken the square root of MSE to get RMSE
689689
return np.sqrt(mean_squared_error)
690-
691-

0 commit comments

Comments
 (0)