Qualitative Structure Activity Relationships
Two sets of datasets are given: pyrimidines and triazines
Dataset Characteristics
Domain-Theory
Subject Area
Physics and Chemistry
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Has Missing Values?
No
Dataset Files
File | Size |
---|---|
drug_data | 3.5 MB |
README | 508 Bytes |
Index | 101 Bytes |
Reviews
There are no reviews for this dataset yet.
Download (3.3 MB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset qualitative_structure_activity_relationships = fetch_ucirepo(id=85) # data (as pandas dataframes) X = qualitative_structure_activity_relationships.data.features y = qualitative_structure_activity_relationships.data.targets # metadata print(qualitative_structure_activity_relationships.metadata) # variable information print(qualitative_structure_activity_relationships.variables)
0 citations
627 views
Citation
King, R. Qualitative Structure Activity Relationships [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5TP54.
Style:
Creators
Ross King
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.