Regarding Binary tree splits!

Hi team , is it necessary that we always have to make a binary split ??? We can split around in N-array tree manner also !! so we can make the above self written code .

Because in the toy example which taken : Tennis game , when we split around outlook then we are having split of 3 . Please comment .

Yes sure we can make splits using n-array tree manner. But the only reason we prefer binary tree is for the simplicity of code and understanding. Also binary tree is capable to capture the feature trends like in n-array trees. This means binary tree doesn’t limit that.

Hope this cleared your doubt. :smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.