File size: 364 Bytes
5fdf9de | 1 2 3 4 5 | ,accuracy,auc,precision,recall,f1,y_pred_proba,y_pred
random_forest,0.8,0.125,0.0,0.0,0.0,[0.44161354 0.44161354 0.45703902 0.44903112 0.45871366],[0 0 0 0 0]
xgboost,0.6,0.0,0.0,0.0,0.0,[0.08176945 0.03939653 0.11335285 0.91254556 0.14965174],[0 0 0 1 0]
deep_learning,0.8,0.25,0.0,0.0,0.0,[0.00240283 0.25479975 0.40546867 0.39717117 0.40859386],[0 0 0 0 0]
|