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
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.
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