Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.. | ||
Makefile | 1 year ago | |
README.rst | 2 years ago | |
abl.bridge.rst | 1 year ago | |
abl.dataset.rst | 1 year ago | |
abl.evaluation.rst | 1 year ago | |
abl.learning.rst | 1 year ago | |
abl.reasoning.rst | 1 year ago | |
abl.rst | 1 year ago | |
abl.structures.rst | 1 year ago | |
abl.utils.rst | 1 year ago | |
conf.py | 1 year ago | |
index.rst | 1 year ago | |
make.bat | 1 year ago | |
requirements.txt | 2 years ago | |
setup.rst | 1 year ago |
ABL
^^^^^^
ABL(Abductive Learning) is ...
Installation
-------------
ABL is distributed on PyPI and can be installed with ``pip``:
.. code:: console
$ pip install ABL
Alternatively, to install ABL by source code, download this project and sequentially run following commands in your terminal/command line.
.. code:: console
$ python setup.py build
$ python setup.py install
Releases
--------
`release 0.1`_
.. _release 0.1: https://github.com/AbductiveLearning/ABL-Package/releases/tag/v0.1
An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.
Python other