I'm trying to create custom evaluation metric (feval) function for xgboost.cv
. It should process some of the training features, however I can't find a way to extract features from xgboost.DMatrix() object (only labels)..
Or maybe it's possible using callback functions?
Thanks!