Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question No . 2 : Classification You are tasked to build and assess the performance of the following classification models ( no normalization is required

Question No.2: Classification
You are tasked to build and assess the performance of the following classification models (no normalization is required for this question):
Decision Tree with maximum depth of 3(max_depth =3)
Decision Tree with maximum depth of 5(max_depth=5)
Naive Bayes
K-Nearest Neighbours with 5 neighbours (n?neighbors =5)
K-Nearest Neighbours with 10 neighbours (n?neighbors =10)
Support Vector Machines (SVM) with polynomial kernel.
Support Vector Machines (SVM) with radial basis function kernel.
You need to build the above modes for each of the following two cases. For each case-model combination, report the model accuracy. Split the pre-processed data into training and testing sets with a ratio of 75:25 and set the random state for data splitting to 255. Report your answers in the table below.
Case 1: Predict "Cancer" using "Genetic Risk", "Alcohol use", and "Weight Loss".
Case 2: Predict "Cancer" using "Age", "Genetic Risk", "Alcohol use", "Obesity", "Weight Loss", and "Marker".
\table[[Model,Model Accuracy],[1),Case 1],[Case 2,]]
Decision Tree with maximum depth of 3
Decision Tree with maximum depth of 5
Naive Bayes
K-Nearest Neighbors with 5 neighbors
K-Nearest Neighbors with 10 neighbors
Support Vector Machines with polynomial kernel
Support Vector Machines with radial basis function kernel
DONT USE CHATGPT CODING
image text in transcribed

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

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

Students also viewed these Databases questions

Question

2. How should this be dealt with by the organisation?

Answered: 1 week ago

Question

explain what is meant by the term fair dismissal

Answered: 1 week ago