
Undocumented
Various datasets without documentation (feel free to explore!)
Dataset Characteristics
-
Subject Area
Other
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Has Missing Values?
No
Dataset Files
| File | Size |
|---|---|
| connectionist-bench/nettalk/nettalk.data | 528.6 KB |
| sigillito/secondary-structure.data | 316.7 KB |
| taylor/cloud.data | 204.4 KB |
| sigillito/folding-nicer-format.data | 87.9 KB |
| connectionist-bench/sonar/sonar.all-data | 85.7 KB |
0 to 5 of 32
Download (489.8 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset undocumented = fetch_ucirepo(id=112) # data (as pandas dataframes) X = undocumented.data.features y = undocumented.data.targets # metadata print(undocumented.metadata) # variable information print(undocumented.variables)
0 citations
841 views
Citation
Undocumented [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5J619.
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.