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.

.readthedocs.yaml 179 B

123456789101112131415
  1. version: 2
  2. build:
  3. os: ubuntu-20.04
  4. tools:
  5. python: "3.7"
  6. sphinx:
  7. configuration: docs/conf.py
  8. formats: all
  9. python:
  10. install:
  11. - requirements: docs/requirements.txt

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.