tmdeptrai3012 commited on
Commit
c977c3d
·
verified ·
1 Parent(s): 3af2be9

Sync Model

Browse files
.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

  • SHA256: 20fe40b365ce9483e410e0f51796336c0bfaf0212af6d5a7dac65b96270d1bd7
  • Pointer size: 131 Bytes
  • Size of remote file: 339 kB
Figures/roc_curve.png ADDED