Naive Bayes (H2O)
Naive Bayes is an elementary classification algorithm which makes prediction by supposing simple conditional independence assumptions on the features. Although very basic, it can lead to good classification (but usually leads to poor probability estimations).