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
Dataset Files
File | Size |
---|---|
Immunotherapy.xlsx | 33 KB |
Reviews
There are no reviews for this dataset yet.
Download (33.1 KB)
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
4248 views
Citation
Khozeimeh, F., Alizadehsani, R., Roshanzamir, M., & Layegh, P. (2017). Immunotherapy Dataset [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5DC72.
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.