Challenge - Classification of non-linear data
Explore the classification of non-linear data by building and fitting a Support Vector Machine model. Understand dataset splitting, model training, and evaluation with the F1-score to improve your classification skills for complex datasets.
We'll cover the following...
We'll cover the following...
Challenge - Classification of non-linear data
In this lesson, you need to perform a classification task. Unlike the tasks we completed before, this dataset is non-linear. This means you can’t only use logistic ...