Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
API | 1 year ago | |
Examples | 1 year ago | |
Intro | 1 year ago | |
Overview | 1 year ago | |
_static | 1 year ago | |
img | 1 year ago | |
Makefile | 1 year ago | |
README.rst | 1 year ago | |
References.rst | 1 year ago | |
conf.py | 1 year ago | |
index.rst | 1 year ago | |
make.bat | 1 year ago | |
requirements.txt | 1 year ago |
ABL-Package
===========
**ABL-Package** is an open source library for **Abductive Learning**
that supports building a model leveraging information from both data and
(logical) domain knowledge. Using ABL-Package, users may form a
dual-driven (data & knowledge driven) learning system, integrating and
balancing the use of machine learning and logical reasoning in a unified
model.
.. image:: img/ABL.png
Installation
------------
ABL is distributed on `PyPI <https://pypi.org/>`__ and can be installed with ``pip``:
.. code:: console
# (TODO)
$ pip install abl
For testing purposes, you can install it using:
.. code:: console
$ pip install -i https://test.pypi.org/simple/ abl
Alternatively, to install ABL by source code,
sequentially run following commands in your terminal/command line.
.. code:: console
$ git clone https://github.com/AbductiveLearning/ABL-Package.git
$ cd ABL-Package
$ pip install -v -e .
An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.
Python other