Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
2 years ago | |
|---|---|---|
| .github/workflows | 2 years ago | |
| abl | 2 years ago | |
| build_tools | 2 years ago | |
| docs | 2 years ago | |
| examples | 2 years ago | |
| tests | 2 years ago | |
| .coveragerc | 2 years ago | |
| .gitignore | 2 years ago | |
| README.md | 2 years ago | |
| requirements.txt | 2 years ago | |
| setup.py | 2 years ago | |
This is the code repository of abductive learning Package.
To learn how to use it, please refer to - document.
Case a: If you develop and run abl directly, install it from source:
git clone https://github.com/AbductiveLearning/ABL-Package.git
cd ABL-Package
pip install -v -e .
# "-v" means verbose, or more output
# "-e" means installing a project in editable mode,
# thus any local modifications made to the code will take effect without reinstallation.
Case b (TO DO): If you use abl as a dependency or third-party package, install it with pip:
pip install abl
Case c (for test): If you use abl as a dependency or third-party package, install it with pip:
pip install -i https://test.pypi.org/simple/ abl
They can only be used for academic purpose. For other purposes, please contact with LAMDA Group(www.lamda.nju.edu.cn).
An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.
Python other