Closed StefanKennedy closed 5 years ago
Found a resource that explains how to plot useful graphs, it certainly helps with explaining why logistic regression / SVMs can divide the samples: https://www.dummies.com/programming/big-data/data-science/how-to-visualize-the-classifier-in-an-svm-supervised-learning-model/
For example:
Logistic regression can be visualized using something like this:
First visualization of how LinearSVC divides the data:
Evaluations:
These graphs were created by performing a lot of dimensionality reduction, and you can see that a linear divide is not going to be able to separate the samples at this dimensionality.
Assessing features with logistic regression curves:
From these basic visualisations we can see the following:
Naive bayes classification, on a subset of the samples:
Naive bayes feature selection :fireworks:
ACs: