Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

CertNexus Exam AIP-210 Topic 6 Question 15 Discussion

Actual exam question for CertNexus's AIP-210 exam
Question #: 15
Topic #: 6
[All AIP-210 Questions]

A classifier has been implemented to predict whether or not someone has a specific type of disease. Considering that only 1% of the population in the dataset has this disease, which measures will work the BEST to evaluate this model?

Show Suggested Answer Hide Answer
Suggested Answer: B

A support-vector machine (SVM) is a supervised learning algorithm that can be used for classification or regression problems. An SVM tries to find an optimal hyperplane that separates the data into different categories or classes. However, sometimes the data is not linearly separable, meaning there is no straight line or plane that can separate them. In such cases, a polynomial kernel can help improve the prediction of the SVM by transforming the data into a higher-dimensional space where it becomes linearly separable. A polynomial kernel is a function that computes the similarity between two data points using a polynomial function of their features.


Contribute your Thoughts:

Marla
1 days ago
I think mean squared error would not be suitable in this case, as it does not take into account the class imbalance.
upvoted 0 times
...
Felicitas
3 days ago
I agree with Josphine, since the dataset has imbalanced classes, precision and recall would be more informative.
upvoted 0 times
...
Josphine
4 days ago
I think precision and recall would work best.
upvoted 0 times
...

Save Cancel