student string | asked_at timestamp[s] | question string | model string | answer string | factors list |
|---|---|---|---|---|---|
MBrandys | 2026-09-14T03:28:55 | What is a health risk score? | nvidia/nemotron-3.5-lightning:free | A health risk score is a single number that estimates how likely a patient is to experience a specific negative outcome—such as a complication, hospital readmission, or chronic disease progression—based on their age, medical history, test results, and lifestyle factors. Think of it as a predictive tool, not a diagnosis... | [
{
"factor": "patient age",
"importance": 85
},
{
"factor": "medical history",
"importance": 80
},
{
"factor": "test results",
"importance": 75
},
{
"factor": "lifestyle factors",
"importance": 65
},
{
"factor": "data quality",
"importance": 60
}
] |
What is a health risk score?
Asked by: MBrandys · Answered by: nvidia/nemotron-3.5-lightning:free · On: 2026-09-14
The model said. A health risk score is a single number that estimates how likely a patient is to experience a specific negative outcome—such as a complication, hospital readmission, or chronic disease progression—based on their age, medical history, test results, and lifestyle factors. Think of it as a predictive tool, not a diagnosis: the system weighs various pieces of information and outputs a score that flags the patient as low, moderate, or high risk. Hospitals use these scores to decide who needs closer monitoring, extra resources, or preventive interventions, and to help plan staffing, bed capacity, and preventive care programs. Keep in mind that different scoring systems exist for different purposes, and their accuracy depends heavily on the quality and completeness of the patient data they’re built on.
The five factors behind it, as the model listed them (a rough ranking, not measured data):
| Factor | Importance (0 to 100) |
|---|---|
| patient age | 85 |
| medical history | 80 |
| test results | 75 |
| lifestyle factors | 65 |
| data quality | 60 |
One row in result.jsonl, the factors in factors.csv. The smallest version of every lab in
MIS 752: ask a model, get a result, turn it into data and a picture, publish it under your own name.
- Downloads last month
- 5