
Immunotherapy Dataset
Donated on 1/3/2018
This dataset contains information about wart treatment results of 90 patients using immunotherapy.
Dataset Characteristics
Univariate
Subject Area
Health and Medicine
Associated Tasks
Classification
Feature Type
Integer, Real
# Instances
90
# Features
8
Dataset Information
Has Missing Values?
No
Download
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset immunotherapy_dataset = fetch_ucirepo(id=428) # data (as pandas dataframes) X = immunotherapy_dataset.data.features y = immunotherapy_dataset.data.targets # metadata print(immunotherapy_dataset.metadata) # variable information print(immunotherapy_dataset.variables)
0 citations
2937 views
Citation
Khozeimeh,Fahime, Alizadehsani,Roohallah, Roshanzamir,Mohamad, and Layegh,Pouran. (2018). Immunotherapy Dataset. UCI Machine Learning Repository. https://doi.org/10.24432/C5DC72.
BibTeX
@misc{misc_immunotherapy_dataset_428, author = {Khozeimeh,Fahime, Alizadehsani,Roohallah, Roshanzamir,Mohamad, and Layegh,Pouran}, title = {{Immunotherapy Dataset}}, year = {2018}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5DC72} }
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.