
Othello Domain Theory
Donated on 1/31/1991
Used in research to generate features for an inductive learning system
Dataset Characteristics
Domain-Theory
Subject Area
Game
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Additional Information
The Code ("othello.theory") is well documented.
Has Missing Values?
No
Download
0 citations
2923 views
Citation
Fawcett,Tom. (1991). Othello Domain Theory. UCI Machine Learning Repository. https://doi.org/10.24432/C58W3G.
BibTeX
@misc{misc_othello_domain_theory_77, author = {Fawcett,Tom}, title = {{Othello Domain Theory}}, year = {1991}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C58W3G} }
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset othello_domain_theory = fetch_ucirepo(id=77) # data (as pandas dataframes) X = othello_domain_theory.data.features y = othello_domain_theory.data.targets # metadata print(othello_domain_theory.metadata) # variable information print(othello_domain_theory.variables)
Keywords
fairness
Creators
Tom Fawcett
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.