API Access
Access dataset files directly from scripts, code, or AI agents.
Browse dataset files
API Access
Access dataset files directly from scripts, code, or AI agents.
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
Start with these files — they give you everything you need to understand and access the dataset.
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Files
Explore with AIhepatitis
| Field | Type | Format |
|---|---|---|
| age | integer | default |
| sex | string | default |
| steroid | boolean | default |
| antivirals | boolean | default |
| fatigue | boolean | default |
| malaise | boolean | default |
| anorexia | boolean | default |
| liver_big | boolean | default |
| liver_firm | boolean | default |
| spleen_palpable | boolean | default |
| spiders | boolean | default |
| ascites | boolean | default |
| varices | boolean | default |
| bilirubin | number | default |
| alk_phosphate | integer | default |
| sgot | integer | default |
| albumin | number | default |
| protime | integer | default |
| histology | boolean | default |
| class | string | default |
Download
Download CSVAbout
- Last updated
- 9 February 2026
- Total rows
- ...
- Format
- CSV
- File size
- 15 kB
- Source
- OpenML - hepatitis
About this dataset
This dataset contains occurrences of hepatitis in people.
Data
This dataset was found on OpenML - hepatitis
Donor: G.Gong (Carnegie-Mellon University) via Bojan Cestnik Jozef Stefan Institute Jamova 39 61000 Ljubljana Yugoslavia
Attribute information
- bilirubin: 0.3 - 4.8
- alk_phosphate: 33 - 250
- sgot: 13 - 500
- albumin: 2.1 - 6.0
- protime: 10 - 100
- others: true - false
Data is located in directory data
data/hepatitis.csv
Preparation
This script should be run using Python 3.
Scripts are in directory scripts
scripts/main.py
License
Licensed under the Public Domain Dedication and Licence (assuming either no rights or public domain licence in source data).