January 2018
Intermediate to advanced
470 pages
11h 9m
English
Let's see the class distribution. We will use the SQL interpreter for this. Just execute the following SQL query on the Zeppelin notebook:
%sql select y, count(1) from trainData group by y order by y>>>

Read now
Unlock full access