All Articles / Coding / Fundamentals / Python / Spark Non-Linear Classification Methods in Spark In a previous post I covered how to apply classical linear estimators like support vector machines or logistic regression to a non-linear dataset using the kernel method. This article can …