Education distribution

Now let's see whether educational status has a correlation with the subscription decision:

%sql select education,y, count(1) from trainData group by education,y order by education,y

Thus, similar to marital status, the education level gives no clue about the subscriptions. Now let's keep exploring other variables.

Get Scala Machine Learning Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.