
Cryotherapy Dataset
Donated on 1/3/2018
This dataset contains information about wart treatment results of 90 patients using cryotherapy.
Dataset Characteristics
Tabular
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Integer, Real
# Instances
90
# Features
-
Dataset Information
Has Missing Values?
No
Variables Table
| Variable Name | Role | Type | Description | Units | Missing Values |
|---|---|---|---|---|---|
| no | |||||
| no | |||||
| no | |||||
| no | |||||
| no | |||||
| no | |||||
| no |
0 to 7 of 7
Dataset Files
| File | Size |
|---|---|
| Cryotherapy.xlsx | 32.8 KB |
Download (32.9 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset cryotherapy_dataset = fetch_ucirepo(id=429) # data (as pandas dataframes) X = cryotherapy_dataset.data.features y = cryotherapy_dataset.data.targets # metadata print(cryotherapy_dataset.metadata) # variable information print(cryotherapy_dataset.variables)
0 citations
4038 views
Citation
Khozeimeh, F., Alizadehsani, R., Roshanzamir, M., & Layegh, P. (2017). Cryotherapy Dataset [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5FC7C.
Style:
Creators
Fahime Khozeimeh
Roohallah Alizadehsani
Mohamad Roshanzamir
Pouran Layegh
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.