Housing distribution

Now let's see whether having a house has an interesting correlation with the subscription decision:

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

The preceding figures say that housing also gives no clue about subscription.

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.