Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How should I do it, I need a little push You should use at least one classifier from (1) logistic regression, (2) KNN and (3)
How should I do it, I need a little push
You should use at least one classifier from (1) logistic regression, (2) KNN and (3) SVM with linear kernel, and (4) SVM with nonlinear kernel. You will submit your project in three parts. - Part 1: (60\%) The Python code that includes what you have done. It should go over all of the processes that you go through: Data manipulation, different alpha values, adding new features, etc. You won't write a report, hence this code should have all of the details, i.e., add comments to your code so that we can understand what you did. In other words, you should embed your report into your code. You should provide the error values of at least 1 model that you tried from each of the above. You should provide the F-score, precision, accuracy, recall, AUC and ROC curves for them. You should also explicitly define how you pick the model, i.e., how do you decide to pick the model that you use. Otherwise you won't get any points. - Part 2: (40\%) The last 100 data does not have any value and it will be used to grade you assignment like the previous assignmentStep 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