Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
1 year ago | |
---|---|---|
.github/workflows | 1 year ago | |
abl | 1 year ago | |
build_tools | 1 year ago | |
docs | 1 year ago | |
examples | 1 year ago | |
tests | 1 year ago | |
.coveragerc | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
pyproject.toml | 1 year ago | |
requirements.txt | 1 year ago | |
setup.py | 1 year 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