Question: Problem 1 ( Coding ) 8 pts: Consider the car evaluation dataset from UCI ML repository for this task. There are four classes in the

Problem 1(Coding)8 pts: Consider the car evaluation dataset from UCI ML repository for this task. There
are four classes in the dataset. Convert this multiclass classification into binary classification: acceptable
(acceptable, good, and very good) vs. non-acceptable.
a.(6 pts) Split the dataset into training and test sets of 80:20 ratio (use random_seed =2024) and
test_size =0.20. You must train a Nave Bayes classifier from scratch without using any
package/library.
b.(2 pts) Mention the training and test performance in terms of accuracy. Mention, is there
overfitting issues.
Write code in python.
Problem 1 ( Coding ) 8 pts: Consider the car

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!