Training Random Forest Classifier (baseline for evolutionary approach)...
Training Neural Network Classifier...
--- Random Forest Classification Report ---
precision recall f1-score support
0 0.98 0.93 0.95 43
1 0.96 0.99 0.97 71
accuracy 0.96 114
macro avg 0.97 0.96 0.96 114
weighted avg 0.97 0.96 0.96 114
--- Neural Network Classification Report ---
precision recall f1-score support
0 0.98 0.98 0.98 43
1 0.99 0.99 0.99 71
accuracy 0.98 114
macro avg 0.98 0.98 0.98 114
weighted avg 0.98 0.98 0.98 114
--- Accuracy Summary ---
Random Forest Accuracy: 0.9649
MLP Accuracy: 0.9825