X

XHAIL

eXtended Hybrid Abductive Inductive Learning

2mspenguins10benchmarkspip install xhail โ†—

Load example

program.lp15 ln
10
Syntax referenceโ–ผ
#modeh flies(+bird).Head mode โ€” predicate to learn
#modeb penguin(+bird).Body mode โ€” available conditions
#modeh flies(+bird) :1-3 =2 @1.Mode with min-max, weight, priority
#example flies(a).Positive example
#example not flies(d).Negative example
#example flies(a) =5 @2.Weighted/prioritised example
#display flies/1.Filter output to this predicate
fact(a).ย ย r(X) :- body(X).Background knowledge (ASP)

+type = input variable ย ยทย #type = ground constant ย ยทย -type = output variable

Pipeline output

ABDUCEGenerate candidatesDEDUCEBuild kernel setINDUCESearch hypothesis
2mspenguins
10benchmarks
v0.1on PyPI
$pip install xhail

Load an example or write your own program, then press โŒ˜ โ†ต to run.

โ—ˆ Symbolic & interpretableโšก ASP-poweredโฌก ILP / Ray (2009)