PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 6 hours 49 minutes 20 seconds
Memory
Total
512MB
Used
13,32MB (2.6%)
Free
498,68MB
Keys
Current
10 162
Total (since start)
11 092
Evictions
0
Reclaimed
157
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
2 / 1 024 max
Total
62 149
Rejected
0
llm:e2cb2b598265c9af270b4ada54d7f06dd764009ebf90eb6857d4cdc56178cda8
Edit
```json
{
"classifications": [
{
"column": "name",
"label": "near_key",
"confidence": 0.95,
"reason": "99.86% distinct (2756/2760), zero nulls, fighter names should be unique but 4 duplicates exist"
},
{
"column": "wins",
"label": "none",
"confidence": 1.0,
"reason": "Fight record metric with only 151 distinct values across 2760 rows, many duplicates expected"
},
{
"column": "looses",
"label": "none",
"confidence": 1.0,
"reason": "Fight record metric with only 63 distinct values, highly repetitive"
},
{
"column": "draws",
"label": "none",
"confidence": 1.0,
"reason": "Fight record metric with only 28 distinct values, highly repetitive"
},
{
"column": "ko_rate",
"label": "none",
"confidence": 1.0,
"reason": "Percentage metric with 521 distinct values, not a key candidate"
},
{
"column": "stance",
"label": "none",
"confidence": 1.0,
"reason": "Categorical attribute with only 3 distinct values (Orthodox, Southpaw, Unknown)"
},
{
"column": "age",
"label": "none",
"confidence": 1.0,
"reason": "Demographic attribute with 122 distinct values, many fighters share same age"
},
{
"column": "height",
"label": "none",
"confidence": 1.0,
"reason": "Physical measurement with only 54 distinct values, many duplicates expected"
},
{
"column": "reach",
"label": "none",
"confidence": 1.0,
"reason": "Physical measurement with only 52 distinct values, many duplicates expected"
},
{
"column": "country",
"label": "none",
"confidence": 1.0,
"reason": "Geographic attribute with 105 distinct values, many fighters share same country"
}
]
}
```