
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
Games
Associated Tasks
-
Feature Type
-
# Instances
-
# Features
-
Dataset Information
Additional Information
The Code ("othello.theory") is well documented.
Has Missing Values?
No
Dataset Files
| File | Size |
|---|---|
| new-othello.theory | 20.1 KB |
| older-version/othello.theory | 17.8 KB |
| new-othello.names | 834 Bytes |
| older-version/othello.names | 623 Bytes |
| Index | 159 Bytes |
0 to 5 of 6
Download (13.3 KB)
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)
0 citations
813 views
Citation
Fawcett, T. (1991). Othello Domain Theory [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C58W3G.
Style:
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.