serengil / chefboost

A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4.5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting, Random Forest and Adaboost w/categorical features support for Python
https://www.youtube.com/watch?v=Z93qE5eb6eg&list=PLsS_1RYmYQQHp_xZObt76dpacY543GrJD&index=3
MIT License
456 stars 101 forks source link

module not found error for python 3.9 sorted #61

Closed serengil closed 6 days ago

serengil commented 6 days ago

Tickets

Resolves https://github.com/serengil/chefboost/issues/59

What has been done

While loading modules dynamically, we were using slashes until python 3.8. However, python expects dot instead of slash for python 3.9 and later.

How to test

make test