Skip to content

Commit 19ca9c1

Browse files
Fix typos in some files (#21830)
1 parent bea37c5 commit 19ca9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/wrappers/sklearn_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def patched_more_tags(self):
5959

6060
def dynamic_model(X, y, loss, layers=[10]):
6161
"""Creates a basic MLP classifier dynamically choosing binary/multiclass
62-
classification loss and ouput activations.
62+
classification loss and output activations.
6363
"""
6464
n_features_in = X.shape[1]
6565
inp = Input(shape=(n_features_in,))

0 commit comments

Comments
 (0)