
EBL Domain Theories
Assorted small-scale domain theories
Dataset Characteristics
-
Subject Area
Computer Science
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Has Missing Values?
No
Download
0 citations
490 views
Citation
EBL Domain Theories. UCI Machine Learning Repository. https://doi.org/10.24432/C58P6J.
BibTeX
@misc{misc_ebl_domain_theories_37, title = {{EBL Domain Theories}}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C58P6J} }
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset ebl_domain_theories = fetch_ucirepo(id=37) # data (as pandas dataframes) X = ebl_domain_theories.data.features y = ebl_domain_theories.data.targets # metadata print(ebl_domain_theories.metadata) # variable information print(ebl_domain_theories.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.