scientifichealthcarehepatitissynthetic-databngclassification

Hepatitis Prognosis — 1M Synthetic (BNG)

Category
Scientific
Records
1,000,000 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~47.94 MB
Downloads
1

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

NameTypeDescription
AGEDOUBLE
SEXVARCHAR
STEROIDVARCHAR
ANTIVIRALSVARCHAR
FATIGUEVARCHAR
MALAISEVARCHAR
ANOREXIAVARCHAR
LIVER_BIGVARCHAR
LIVER_FIRMVARCHAR
SPLEEN_PALPABLEVARCHAR
SPIDERSVARCHAR
ASCITESVARCHAR
VARICESVARCHAR
BILIRUBINDOUBLE
ALK_PHOSPHATEDOUBLE
SGOTDOUBLE
ALBUMINDOUBLE
PROTIMEDOUBLE
HISTOLOGYVARCHAR
ClassVARCHAR

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
1 downloads
Seller: DataBazaar
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/e8c2123b-5c87-4b26-91e2-74caa5224020/download-url