Question: 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
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
