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

Python 3.12 issue (no imp module) #47

Closed pandeydeep9 closed 9 months ago

pandeydeep9 commented 9 months ago

When trying chefboost with python 3.12, it gives the issue of no imp module.


..../lib/python3.12/site-packages/chefboost/Chefboost.py", line 5, in <module>
    import imp
ModuleNotFoundError: No module named 'imp'
pandeydeep9 commented 9 months ago

Downgrading python to version 3.11 works