This is the code repository of abductive learning Package.
To learn how to use it, please refer to - document.
ABL is distributed on PyPI and can be installed with pip:
# (TODO)
$ pip install abl
For testing purposes, you can install it using:
$ pip install -i https://test.pypi.org/simple/ --extra-index-url https://mirrors.nju.edu.cn/pypi/web/simple/ abl
Alternatively, to install ABL by source code, sequentially run following commands in your terminal/command line.
$ git clone https://github.com/AbductiveLearning/ABL-Package.git
$ cd ABL-Package
$ pip install -v -e .
(Optional) If the use of a Prolog-based knowledge base is necessary, the installation of Swi-Prolog is also required:
For Linux users:
$ sudo apt-get install swi-prolog
For Windows and Mac users, please refer to the Swi-Prolog Download Page.
They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn).