Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -632,7 +632,7 @@ model = tf.keras.Model(inputs=[string_input, length_input,currency_input,spam_wo
|
|
632 |
|
633 |
model.compile(optimizer='adam', loss='binary_crossentropy',metrics=['accuracy',
|
634 |
tf.keras.metrics.Precision(),
|
635 |
-
tf.keras.metrics.AUC(),keras.metrics.Recall()]
|
636 |
)
|
637 |
model.summary()
|
638 |
|
|
|
632 |
|
633 |
model.compile(optimizer='adam', loss='binary_crossentropy',metrics=['accuracy',
|
634 |
tf.keras.metrics.Precision(),
|
635 |
+
tf.keras.metrics.AUC(),tf.keras.metrics.Recall()]
|
636 |
)
|
637 |
model.summary()
|
638 |
|