Andrew Tan

Results 3 comments of Andrew Tan

hi @andrey-khropov - i'm facing the same issue as @tgamal. wondering if there is any update / guide on how to add the various `.jar` dependencies (i think Maven resolves...

Seems like the tests are failing because setup.py (requirements.txt) installs sklearn 0.24.1 and numpy 1.20.2, and imports for `skrules/datasets/credit_data.py` are failing as well due to sklearn version. Let me open...

@ngoix - i attempted to fix the tests as per discussion on other PR, do let me know if any thoughts?