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.

custom.css 360 B

123456789101112131415161718192021222324
  1. div.code-out > div.highlight > pre {
  2. background-color: #dbf4fa !important;
  3. }
  4. .green-bold {
  5. color: green;
  6. font-weight: bold;
  7. }
  8. .blue-bold {
  9. color: blue;
  10. font-weight: bold;
  11. }
  12. .yellow-bold {
  13. color: rgb(255, 192, 0);
  14. font-weight: bold;
  15. }
  16. .green {
  17. color: green;
  18. }
  19. .blue {
  20. color: blue;
  21. }
  22. .yellow {
  23. color: rgb(255, 192, 0);
  24. }

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