Skip to content

Commit aa945a9

Browse files
jeffgreencaybubnov
authored andcommitted
fix copy/paste (#9)
Update of the README example.
1 parent 6d9bbce commit aa945a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ model.add(keras.layers.Dense(2, activation="softmax"))
4242
precision = keras_metrics.precision(label=1)
4343

4444
# Calculate recall for the first label.
45-
recall = keras_metrics.precision(label=0)
45+
recall = keras_metrics.recall(label=0)
4646

4747
model.compile(optimizer="sgd",
4848
loss="binary_crossentropy",

0 commit comments

Comments
 (0)