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

no subdataset for else condition #46

Closed serengil closed 10 months ago

serengil commented 10 months ago

Tickets

What has been done

While adding else condition for the current branch, subdataset variable was used but this is not available. Instead use df which is the sub training dataset.

How to test

make test && make lint