Binary Classification
Binary Classification
kernel_name=python3
# Make predictions
y_pred = model.predict(X_test)
1 of 2 9/30/2024, 10:01 AM
Untitled21 - Jupyter Notebook http://localhost:8888/notebooks/Untitled21.ipynb?kernel_name=python3
Accuracy: 0.97
Confusion Matrix:
[[41 2]
[ 1 70]]
Classification Report:
precision recall f1-score support
In [ ]:
2 of 2 9/30/2024, 10:01 AM