Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ASSIGNMENT PROBLEM STATEMENT There are three tasks, and each consists of different steps, and our assignment is to make accurate predictions using different classifiers. Proper
ASSIGNMENT PROBLEM STATEMENT
There are three tasks, and each consists of different steps, and our assignment is to make accurate predictions using
different classifiers. Proper preprocessing should be done before building a model, and the model should make
accurate predictions. You should compare at least four classifiers to select the best one.
Classifiers
Decision Tree Classifier
Parameters tuned maxdepth minsamplessplit criterion 'gini'
Support Vector Machine ClassifierSVM
Parameters tuned kernel 'linear'
Naive Bayes Bernoulli and Gaussian
Parameter tuned None
Random Forest Classifier
Parameter tuned using RandomizedSearchCV
Task :
Dataset: you have two choices to select the data, either using the available dataset or data scraping Crawling
A Describe the data shape of the data, no of features and samples and compute the basic statistics of given
data mean median, and std
B Exploratory Data Analysis EDA
Task :
Data Preprocessing:
A Handling Missing Values by Basic Methods.
B Use the Normalization technique.
Task :
Building Model:
A Select at least four classifiers to predict the class label.
B Divide data into for training and for testing.
C Calculate the accuracy of your model using accuracy and Fscore measures.
D Plot Confusion Matrix For the classes with labels.
E Visualize the Results
Example of the Visualize the Results

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