Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Python and the table below compute the following training exercises. CustomerID Gender Car Type Shirt Size Class 1 M Family Small C0 2 M
Using Python and the table below compute the following training exercises.
CustomerID | Gender | Car Type | Shirt Size | Class |
1 | M | Family | Small | C0 |
2 | M | Sports | Medium | C0 |
3 | M | Sports | Medium | C0 |
4 | M | Sports | Large | C0 |
5 | M | Sports | Extra Large | C0 |
6 | M | Sports | Extra Large | C0 |
7 | F | Sports | Small | C0 |
8 | F | Sports | Small | C0 |
9 | F | Sports | Medium | C0 |
10 | F | Luxury | Large | C0 |
11 | M | Family | Large | C1 |
12 | M | Family | Extra Large | C1 |
13 | M | Family | Medium | C1 |
14 | M | Luxury | Extra Large | C1 |
15 | F | Luxury | Small | C1 |
16 | F | Luxury | Small | C1 |
17 | F | Luxury | Medium | C1 |
18 | F | Luxury | Medium | C1 |
19 | F | Luxury | Medium | C1 |
20 | F | Luxury | Large | C1 |
Consider the training examples shown in the following table for a binary classification problem. 1. [2 points] Compute the Gini index for the Gender attribute. [2 points] Compute the Gini index for the Car Type attribute using multiway split. [2 points] Compute the Gini index for the Shirt Size attribute using multiway split. [2 points] Which attribute is better. Gender, Car Type, or Shirt Size
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started