issues
search
accosmin-org
/
libnano
C++ numerical optimization and machine learning utilities using Eigen3
MIT License
4
stars
1
forks
source link
[gboost] extend table weak learner to group discrete feature values
#63
Closed
accosmin
closed
1 year ago
accosmin
commented
1 year ago
for both single-label and multi-label, group the set of possible discrete feature values into K clusters
redesign the decision tree to always use a 2-split table weak learner
the discrete step weak learner becomes the special case of K = 1
accosmin
commented
1 year ago
the decision tree will use only decision stumps for splits