Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aeb9015

Browse files
committedOct 30, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bb7ac35 commit aeb9015

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎neural_network/radial_basis_function_neural_network.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,3 @@ def predict(self, x: np.ndarray) -> np.ndarray:
119119
# [0.06598867]
120120
# [0.06598867]
121121
# [0.24826229]]
122-
123-
124-

0 commit comments

Comments
 (0)
Please sign in to comment.