Allisona commited on
Commit
58cdc63
·
verified ·
1 Parent(s): 86c8ba5

Delete ufc_model_metadata.json

Browse files
Files changed (1) hide show
  1. ufc_model_metadata.json +0 -77
ufc_model_metadata.json DELETED
@@ -1,77 +0,0 @@
1
- {
2
- "feature_columns": [
3
- "KD_diff",
4
- "STR_diff",
5
- "TD_diff",
6
- "SUB_diff",
7
- "Fighter_1_KD",
8
- "Fighter_2_KD",
9
- "Fighter_1_STR",
10
- "Fighter_2_STR",
11
- "Fighter_1_TD",
12
- "Fighter_2_TD",
13
- "Fighter_1_SUB",
14
- "Fighter_2_SUB",
15
- "Fighter_1_accuracy",
16
- "Fighter_2_accuracy",
17
- "Round",
18
- "weight_class_Bantamweight",
19
- "weight_class_Catch Weight",
20
- "weight_class_Featherweight",
21
- "weight_class_Flyweight",
22
- "weight_class_Heavyweight",
23
- "weight_class_Light Heavyweight",
24
- "weight_class_Lightweight",
25
- "weight_class_Middleweight",
26
- "weight_class_Welterweight",
27
- "Method_encoded"
28
- ],
29
- "best_model_name": "Regresi\u00f3n Log\u00edstica",
30
- "best_accuracy": 0.9892183288409704,
31
- "best_auc": 0.9834103566773315,
32
- "model_type": "LogisticRegression",
33
- "input_requirements": "Ver feature_ranges.json para rangos",
34
- "training_date": "2025-11-28 02:46:41",
35
- "best_model_selected": "Regresi\u00f3n Log\u00edstica",
36
- "comparison_results": [
37
- {
38
- "Modelo": "Regresi\u00f3n Log\u00edstica",
39
- "Accuracy": 0.9892183288409704,
40
- "AUC": 0.9834103566773315,
41
- "Precision": 0.9911262798634812,
42
- "Recall": 0.9979381443298969,
43
- "F1-Score": 0.9945205479452055
44
- },
45
- {
46
- "Modelo": "Random Forest",
47
- "Accuracy": 0.9824797843665768,
48
- "AUC": 0.9603863016945137,
49
- "Precision": 0.983750846310088,
50
- "Recall": 0.9986254295532646,
51
- "F1-Score": 0.9911323328785812
52
- },
53
- {
54
- "Modelo": "SVM",
55
- "Accuracy": 0.9811320754716981,
56
- "AUC": 0.9674842990875696,
57
- "Precision": 0.9811193526635199,
58
- "Recall": 1.0,
59
- "F1-Score": 0.9904697072838666
60
- },
61
- {
62
- "Modelo": "\u00c1rbol de Decisi\u00f3n",
63
- "Accuracy": 0.9743935309973046,
64
- "AUC": 0.8437848086266146,
65
- "Precision": 0.981645139360979,
66
- "Recall": 0.9924398625429554,
67
- "F1-Score": 0.987012987012987
68
- }
69
- ],
70
- "evaluation_metrics": {
71
- "accuracy": 0.9892183288409704,
72
- "auc": 0.9834103566773315,
73
- "precision": 0.9911262798634812,
74
- "recall": 0.9979381443298969,
75
- "f1_score": 0.9945205479452055
76
- }
77
- }