This commit is contained in:
mr-refactor 2023-07-15 09:06:20 +05:30 committed by GitHub
commit a7d72cef88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ history = model.fit(
steps_per_epoch=len(ds_train)
)
model.predict(["xxx 🍑"])
model.predict(["xxx 🍑🍆"])
preds = X_val.processed_text.apply(apply_model)
print(classification_report(y_val, preds >= 0.90, digits=4))