Dec 22, 2023
Hi there! I have a question regarding the first tree that you have shown (Play or Not). If the decision tree is provided with values like:
Outlook: Rain
Windy: True
Humidity: 70
Will the algorithm traverse the whole decision tree or will it go through that specific path,
from Outlook:Rain->to Windy:True
and decide?
Please guide me!