Decision Trees
Pick a decision you make and turn it into a decision tree with at least four nodes. Make some assumptions and label the probability of each branch and result.
What are your thoughts on the decision tree and the probability assigned to the nodes? What would you add, if anything, in terms of branches?
Decision: Where to eat dinner?
Nodes:
- Cuisine:
- Probability: 0.5
- Italian: 0.3
- Indian: 0.2
- Thai: 0.5
- Probability: 0.5
- Price:
- Probability: 0.6
- Affordable: 0.7
- Mid-range: 0.2
- Expensive: 0.1
- Probability: 0.6
- Atmosphere:
- Probability: 0.4
- Casual: 0.6
- Upscale: 0.4
- Probability: 0.4
- Reviews:
- Probability: 0.3
- Good reviews: 0.8
- Mixed reviews: 0.2
- Probability: 0.3
- Dietary restrictions: If you have any dietary restrictions, you may need to limit your options to restaurants that can accommodate your needs.
- Location: The location of the restaurant may also be a factor to consider, depending on your preferences and the distance you are willing to travel.
- Time constraints: If you are short on time, you may need to choose a restaurant that is close by and has quick service.