
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
Download
0 citations
570 views
Citation
Undocumented. UCI Machine Learning Repository. https://doi.org/10.24432/C5J619.
BibTeX
@misc{misc_undocumented_112, title = {{Undocumented}}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5J619} }
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)
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.