Neeraj Sathish Kumar
INIT
298e633
raw
history blame contribute delete
604 Bytes
[
{
"Model": "Decision Tree",
"Accuracy": 0.9993,
"Precision": 0.9905,
"Recall": 0.893,
"F1-Score": 0.9393,
"ROC-AUC": 0.9929,
"PR-AUC": 0.9511
},
{
"Model": "Random Forest",
"Accuracy": 0.9943,
"Precision": 1.0,
"Recall": 0.0187,
"F1-Score": 0.0366,
"ROC-AUC": 0.9976,
"PR-AUC": 0.8256
},
{
"Model": "XGBoost",
"Accuracy": 1.0,
"Precision": 1.0,
"Recall": 1.0,
"F1-Score": 1.0,
"ROC-AUC": 1.0,
"PR-AUC": 1.0
}
]