Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Cars Evaluation Data set consists of 7 attributes, 6 as feature attributes and 1 as the target attribute ( car _ evaluation ) .

The Cars Evaluation Data set consists of 7 attributes, 6 as feature attributes and 1 as the target attribute (car_evaluation). All the attributes are categorical.
1
buying
vhigh, high, med, low
2
maintenance
vhigh, high, med,low
3
doors
2,3,4,5, more
4
persons
2,4, more
5
lug_boot
small, med, big
6
safety
low, med, high
7
car_evaluation
unacc, acc, good, vgood
Questions
create a jupyter code to answer the following questions.
1. Build decision tress from the Data using algorithms discussed in the class. Report model performance based on accuracy, error, sensitivity (recall), specificity, and precision using k-fold cross validation.
2. Compare the models using ROC curves and Precision-Recall graphs
3. Compute precision and recall using micro and macro averaging approaches. Interpret the results.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

Define machine code.

Answered: 1 week ago