You have run a data set for speeding tickets. The first few…
You have run a data set for speeding tickets. The first few rows are shown to you below: RecordID Car_color Actual_speed Occupant_age Number_occupants Speeding_ticket 1 Other 63 79 1 No_ticket 2 Red 67 88 2 Got_ticket 3 Other 73 34 1 Got_ticket 4 Red 57 60 1 Got_ticket 5 Other 70 52 1 No_ticket Here is the classification tree. Note it uses the left branch as a ‘yes’ and the right branch as a ‘no.’ Even if the yes/no are not displayed, you can assume a left branch is a yes. speedingticketstreev03.png Based only on what you can see from the tree above, In which node would you classify a person with an actual speed of 50 and a car color of “Other”? Enter just the node number. If you want to choose Node 1 as your answer, type in just a 1.Why is Node 3 (outlined in red) marked as No Ticket? Enter the number of your answer below.1 – Because 85% of its cases had no ticket2 – Because 32% of its cases received a ticket3 – Because it has 13 cases in it4 – It randomly chooses the labels and this is just lucky5 – Cannot tell from available information