
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
Download
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
895 views
Citation
Logic Theorist. UCI Machine Learning Repository. https://doi.org/10.24432/C5DG73.
BibTeX
@misc{misc_logic_theorist_61, title = {{Logic Theorist}}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C5DG73} }
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.