QSAR oral toxicity
Donated on 9/30/2019
Data set containing values for 1024 binary attributes (molecular fingerprints) used to classify 8992 chemicals into 2 classes (very toxic/positive, not very toxic/negative)
Dataset Characteristics
Multivariate
Subject Area
Physics and Chemistry
Associated Tasks
Classification
Feature Type
-
# Instances
8992
# Features
1024
Dataset Files
File | Size |
---|---|
qsar_oral_toxicity.csv | 17.6 MB |
Reviews
There are no reviews for this dataset yet.
Download (951.3 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset qsar_oral_toxicity = fetch_ucirepo(id=508) # data (as pandas dataframes) X = qsar_oral_toxicity.data.features y = qsar_oral_toxicity.data.targets # metadata print(qsar_oral_toxicity.metadata) # variable information print(qsar_oral_toxicity.variables)
0 citations
1613 views
Citation
QSAR oral toxicity [Dataset]. (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C5PS4J.
Style:
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.