Logic Theorist
All code for Logic Theorist
Dataset Characteristics
Domain-Theory
Subject Area
Computer Science
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Has Missing Values?
No
Dataset Files
File | Size |
---|---|
CODE/lt | 22 KB |
CODE/imp_lt | 21.6 KB |
CODE/inst_dont_cheat_lt | 21.6 KB |
CODE/inst_lt | 21.6 KB |
CODE/dont_cheat_lt | 21.5 KB |
0 to 5 of 51
Reviews
There are no reviews for this dataset yet.
Download (123.2 KB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset logic_theorist = fetch_ucirepo(id=61) # data (as pandas dataframes) X = logic_theorist.data.features y = logic_theorist.data.targets # metadata print(logic_theorist.metadata) # variable information print(logic_theorist.variables)
0 citations
589 views
Citation
Logic Theorist [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5DG73.
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.