API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
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 Previews
fertility
Schema
| name | type | format | description |
|---|---|---|---|
| season | number | default | Season in which the analysis was performed. 1) winter, 2) spring, 3) Summer, 4) fall. (-1, -0.33, 0.33, 1) |
| age | number | default | Age at the time of analysis. 18-36 (0, 1) |
| childish-disease | integer | default | Childish diseases (ie, chicken pox, measles, mumps, polio) 1) yes, 2) no. (0, 1) |
| trauma | integer | default | Accident or serious trauma 1) yes, 2) no. (0, 1) |
| surgical-intervention | integer | default | Surgical intervention 1) yes, 2) no. (0, 1) |
| fevers | integer | default | High fevers in the last year 1) less than three months ago, 2) more than three months ago, 3) no. (-1, 0, 1) |
| alcoholic | number | default | Frequency of alcohol consumption 1) several times a day, 2) every day, 3) several times a week, 4) once a week, 5) hardly ever or never (0, 1) |
| smoking | integer | default | Smoking habit 1) never, 2) occasional 3) daily. (-1, 0, 1) |
| sitting | number | default | Number of hours spent sitting per day ene-16 (0, 1) |
| output | string | default | Output: Diagnosis normal (N), altered (O) |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
fertility | 3.04 kB | 2 months ago | fertility |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 3.04 kB | csv | over 1 year ago | UCI - Fertility |
This is dataset containing fertility instances.
Data
This dataset was found under the name Fertility Data Set
- 100 instances
- 10 attributes
- Missing values : NO
Data is located in directory called data
data/fertility.csv
Attributes are the same as they were in input data.
Preparation
To get output data downloaded data is used to create csv without any changes.
Python scripts are located in directory scripts
scripts/main.py
License
Licensed under the Public Domain Dedication and License (assuming either no rights or public domain license in source data).