You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.rst 520 B

2 years ago
123456789101112131415161718192021222324252627
  1. ABL-Package
  2. ^^^^^^
  3. ABL(Abductive Learning) is ...
  4. Installation
  5. -------------
  6. ABL is distributed on PyPI and can be installed with ``pip``:
  7. .. code:: console
  8. $ pip install ABL
  9. Alternatively, to install ABL by source code, download this project and sequentially run following commands in your terminal/command line.
  10. .. code:: console
  11. $ python setup.py build
  12. $ python setup.py install
  13. Releases
  14. --------
  15. `release 0.1`_
  16. .. _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.