PHPMem v2.0.1
Version
1.6.45
Uptime
7 days 19 hours 16 minutes 18 seconds
Memory
Total
512MB
Used
8,15MB (1.59%)
Free
503,85MB
Keys
Current
6 252
Total (since start)
11 098
Evictions
0
Reclaimed
299
Expired Unfetched
0
Evicted Unfetched
0
Connections
Current
5 / 1 024 max
Total
72 693
Rejected
0
llm:522c8996b12436714b5931bc5a6ac6d868f4fbea5a5849a0f7a13d3bc66af351
Edit
```json
{
"classifications": [
{
"column": "Age",
"label": "none",
"confidence": 1.0,
"reason": "Age is a quantity (years lived), not a point in calendar time; values 0.42-80.0 are durations/counts, not temporal coordinates"
},
{
"column": "Sex",
"label": "none",
"confidence": 1.0,
"reason": "Categorical demographic attribute (male/female), neither temporal nor spatial"
},
{
"column": "Fare",
"label": "none",
"confidence": 1.0,
"reason": "Monetary amount paid for ticket, a measure not a coordinate"
},
{
"column": "Name",
"label": "none",
"confidence": 1.0,
"reason": "Passenger name identifier, neither temporal nor spatial"
},
{
"column": "Cabin",
"label": "none",
"confidence": 1.0,
"reason": "Cabin number on ship, a categorical identifier not a geographic location"
},
{
"column": "Parch",
"label": "none",
"confidence": 1.0,
"reason": "Count of parents/children aboard, a quantity measure"
},
{
"column": "SibSp",
"label": "none",
"confidence": 1.0,
"reason": "Count of siblings/spouses aboard, a quantity measure"
},
{
"column": "Pclass",
"label": "none",
"confidence": 1.0,
"reason": "Passenger class (1st/2nd/3rd), a categorical attribute"
},
{
"column": "Ticket",
"label": "none",
"confidence": 1.0,
"reason": "Ticket number identifier, neither temporal nor spatial"
},
{
"column": "Embarked",
"label": "spatial",
"confidence": 0.85,
"reason": "Port of embarkation (C=Cherbourg, Q=Queenstown, S=Southampton); geographic locations used for analysis"
},
{
"column": "Survived",
"label": "none",
"confidence": 1.0,
"reason": "Binary outcome indicator (0/1), neither temporal nor spatial"
},
{
"column": "PassengerId",
"label": "none",
"confidence": 1.0,
"reason": "Unique identifier for each passenger, neither temporal nor spatial"
}
]
}
```