
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
Dataset Files
| File | Size |
|---|---|
| all | 10.3 KB |
| deductive.assumable | 5.1 KB |
| safe-to-stack | 1.3 KB |
| ice | 1.2 KB |
| cup | 901 Bytes |
0 to 5 of 10
Download (8.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 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)
0 citations
741 views
Citation
EBL Domain Theories [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C58P6J.
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.