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 Coding 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 nonacceptable.
a pts Split the dataset into training and test sets of : ratio use randomseed and
testsize You must train a Nave Bayes classifier from scratch without using any
packagelibrary
b pts Mention the training and test performance in terms of accuracy. Mention, is there
overfitting issues.
Write code in python.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
