Here I am again. You just took another major leap on your journey to machine learning discovery. If you took the right time to acquire and practice what Andy just showed you, you should have now added to your toolbox two of the most employed classification models: logistic regression and support vector machines. Both of them are employed to perform classification exercises.
The logistic regression predicts the probability of a given outcome occurring, estimating the level of contribution to this output provided by all of the explanatory variables. This makes this model quite useful when interpretability is one of the objectives of the analysis.
On the other side, you have support vector machines, which are based on the concept of a hyperplane, a sort of blade of different possible shapes able to divide our population into two or more groups, and by that, mean perform the...