When plotting a tree from catboost, it shows val
in leaves; what do these values represent?
I can't find the answer in their official tutorial on plotting, nor are there any such questions answered anywhere that I could find. Like:
When plotting a tree from catboost, it shows val
in leaves; what do these values represent?
I can't find the answer in their official tutorial on plotting, nor are there any such questions answered anywhere that I could find. Like:
These are values predicted by the tree. There are more than one value for multi-classification and multi-regression.
Please note that as we do not monitor Stack Overflow very closely, it is better to ask questions at our Github repo.