toy_cancer¶
from relational_datasets import load
train, test = load("toy_cancer", "v0.0.6")
using RelationalDatasets
train, test = load("toy_cancer", "v0.0.6")
This is a demo dataset showing some people, who they are friends with, and whether they smoke.
Task¶
Binary Classification: Is this person diagnosed with cancer?
friends(+person,-person).
friends(-person,+person).
smokes(+person).
cancer(+person).
Last update:
November 9, 2022