Spaces:
Build error
Build error
Update best_models_summary.csv
Browse files- best_models_summary.csv +9 -9
best_models_summary.csv
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
dataset,metric,model_name,accuracy,precision,recall,f1_score,model_path,model_type
|
| 2 |
-
satellite,accuracy,EfficientNetB6 + Softmax ,0.95,0.96,0.94,0.95,
|
| 3 |
-
satellite,precision,InceptionResNetv2 + Random Forest,0.8562,9.8393,0.7921,0.815,
|
| 4 |
-
satellite,recall,InceptionResNetv2 + MLP,0.8944,0.7991,0.9831,0.8816,
|
| 5 |
-
satellite,f1_score,EfficientNetB6 + Softmax,0.95,0.96,0.94,0.95,
|
| 6 |
-
uav,accuracy,ConvNextSmall + SVM,0.9893,0.9024,0.893,0.8813,
|
| 7 |
-
uav,precision,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,
|
| 8 |
-
uav,recall,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,
|
| 9 |
-
uav,f1_score,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,
|
|
|
|
| 1 |
+
dataset,metric,model_name,accuracy,precision,recall,f1_score,model_path,model_type
|
| 2 |
+
satellite,accuracy,EfficientNetB6 + Softmax ,0.95,0.96,0.94,0.95,efficientnetb6_satellite_best_model.h5,h5
|
| 3 |
+
satellite,precision,InceptionResNetv2 + Random Forest,0.8562,9.8393,0.7921,0.815,inceptionresnetv2_RandomForest_satellite.joblib,joblib
|
| 4 |
+
satellite,recall,InceptionResNetv2 + MLP,0.8944,0.7991,0.9831,0.8816,inceptionresnetv2_MLP_satellite_binary.keras,keras
|
| 5 |
+
satellite,f1_score,EfficientNetB6 + Softmax,0.95,0.96,0.94,0.95,efficientnetb6_satellite_best_model.h5,h5
|
| 6 |
+
uav,accuracy,ConvNextSmall + SVM,0.9893,0.9024,0.893,0.8813,convnextsmall_SVM_uav.joblib,joblib
|
| 7 |
+
uav,precision,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,resnet101_KNN_uav.joblib,joblib
|
| 8 |
+
uav,recall,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,resnet101_KNN_uav.joblib,joblib
|
| 9 |
+
uav,f1_score,ResNet101 + KNN,0.9827,0.9826,0.9827,0.9826,resnet101_KNN_uav.joblib,joblib
|