Skip to content

Commit 6fbb895

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7a5d06e commit 6fbb895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/loss_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ def kullback_leibler_divergence(y_true: np.ndarray, y_pred: np.ndarray) -> float
663663
return np.sum(kl_loss)
664664

665665

666-
def root_mean_squared_error(y_true: np.array, y_pred:np.array) -> float:
666+
def root_mean_squared_error(y_true: np.array, y_pred: np.array) -> float:
667667
"""
668668
Root Mean Squared Error (RMSE)
669669

0 commit comments

Comments
 (0)