Question 11
In a sports analytics company, the team is interested in predicting whether a basketball player will score above 20 points in a game using classification models. They collected data on various factors from past games of different players. The factors include minutes played, shots attempted, and free throw percentage. The data and corresponding labels are shown in the table below: Compute the misclassification
| 1 | |
| 0 | |
| 0 | |
| 1 | |
| 0 |
rate if they use the following step function:
and the linear combination is given by: . Enter the answer correct to one decimal place.
Note: Here, represents whether the player is a starter (1) or not (0), is the number of shots attempted, and is the free throw percentage. The label indicates whether the player scored more than 20 points (1) or not (0). The misclassification rate is the number of labels misclassified.e.g. if 3 out of 5 players are mislabeled then the misclassification rate is 3/5.