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 bea37c5 commit 19ca9c1Copy full SHA for 19ca9c1
keras/src/wrappers/sklearn_test.py
@@ -59,7 +59,7 @@ def patched_more_tags(self):
59
60
def dynamic_model(X, y, loss, layers=[10]):
61
"""Creates a basic MLP classifier dynamically choosing binary/multiclass
62
- classification loss and ouput activations.
+ classification loss and output activations.
63
"""
64
n_features_in = X.shape[1]
65
inp = Input(shape=(n_features_in,))
0 commit comments