I tested this library with non-binary tree (e.g., a parent having three more more children) and it seems to work. However the documentation seems to mention binary cases only. Can I assume this library works with any number of children per node?
I'm asking because LogisticRegression, for example, is binary by default and a specific solver must be set for multiclass.
I tested this library with non-binary tree (e.g., a parent having three more more children) and it seems to work. However the documentation seems to mention binary cases only. Can I assume this library works with any number of children per node?
I'm asking because LogisticRegression, for example, is binary by default and a specific solver must be set for multiclass.