Protein Data
Undocumented
Dataset Characteristics
-
Subject Area
Biology
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Has Missing Values?
No
Dataset Files
| File | Size |
|---|---|
| secondary-structure.data | 316.7 KB |
| folding-nicer-format.data | 87.9 KB |
| secondary-structure.names | 1.2 KB |
| more-documentation.names | 1.2 KB |
| Index | 233 Bytes |
Download (74.6 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset protein_data = fetch_ucirepo(id=154) # data (as pandas dataframes) X = protein_data.data.features y = protein_data.data.targets # metadata print(protein_data.metadata) # variable information print(protein_data.variables)
0 citations
5067 views
Citation
Protein Data [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5N88K.
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.