Spaces:
Sleeping
Sleeping
Sync Model
Browse files- .gitattributes +1 -0
- Figures/box_plots.png +0 -0
- Figures/class_distribution.png +0 -0
- Figures/confusion_matrix.png +0 -0
- Figures/correlation_heatmap.png +0 -0
- Figures/feature_importance_plot.png +0 -0
- Figures/metrics.txt +9 -0
- Figures/pair_plot.png +3 -0
- Figures/roc_curve.png +0 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Model/personality_pipeline.skops filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Model/personality_pipeline.skops filter=lfs diff=lfs merge=lfs -text
|
37 |
+
Figures/pair_plot.png filter=lfs diff=lfs merge=lfs -text
|
Figures/box_plots.png
ADDED
![]() |
Figures/class_distribution.png
ADDED
![]() |
Figures/confusion_matrix.png
ADDED
![]() |
Figures/correlation_heatmap.png
ADDED
![]() |
Figures/feature_importance_plot.png
ADDED
![]() |
Figures/metrics.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### Classification Report
|
2 |
+
|
3 |
+
| | precision | recall | f1-score | support |
|
4 |
+
|:-------------|------------:|---------:|-----------:|----------:|
|
5 |
+
| Extrovert | 0.91 | 0.89 | 0.9 | 298 |
|
6 |
+
| Introvert | 0.89 | 0.91 | 0.9 | 282 |
|
7 |
+
| accuracy | 0.9 | 0.9 | 0.9 | 0.9 |
|
8 |
+
| macro avg | 0.9 | 0.9 | 0.9 | 580 |
|
9 |
+
| weighted avg | 0.9 | 0.9 | 0.9 | 580 |
|
Figures/pair_plot.png
ADDED
![]() |
Git LFS Details
|
Figures/roc_curve.png
ADDED
![]() |