This document provides an overview of using the H2O machine learning library in Python. It covers getting started with H2O, its basic architecture where Python connects to an H2O JVM, loading sample iris data into the H2O JVM, exploring and manipulating the data within H2O frames, building a k-means clustering model on the iris data within H2O and Scikit-Learn, and saving/loading H2O models.
Related topics: