scientifichealthcarehepatitissynthetic-databngclassification
Hepatitis Prognosis — 1M Synthetic (BNG)
About this data
A 1,000,000-row synthetic expansion (generated via a Bayesian Network) of the UCI Hepatitis dataset, predicting patient survival from clinical and laboratory attributes.
Schema
| Name | Type | Description |
|---|---|---|
| AGE | DOUBLE | |
| SEX | VARCHAR | |
| STEROID | VARCHAR | |
| ANTIVIRALS | VARCHAR | |
| FATIGUE | VARCHAR | |
| MALAISE | VARCHAR | |
| ANOREXIA | VARCHAR | |
| LIVER_BIG | VARCHAR | |
| LIVER_FIRM | VARCHAR | |
| SPLEEN_PALPABLE | VARCHAR | |
| SPIDERS | VARCHAR | |
| ASCITES | VARCHAR | |
| VARICES | VARCHAR | |
| BILIRUBIN | DOUBLE | |
| ALK_PHOSPHATE | DOUBLE | |
| SGOT | DOUBLE | |
| ALBUMIN | DOUBLE | |
| PROTIME | DOUBLE | |
| HISTOLOGY | VARCHAR | |
| Class | VARCHAR |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
1 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Hepatitis Prognosis — 1M Synth" })
// Found: e8c2123b-5c87-4b26-91e2-74caa5224020
get_download_url({ dataset_id: "e8c2123b-5c87-4b26-91e2-74caa5224020" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/e8c2123b-5c87-4b26-91e2-74caa5224020/download-url