H2O AI Cloud component breakdown
Let's take a deeper dive into each of the components.
DistributedML (H2O-3 and H2O Sparkling Water)
DistributedML has been the focus of model building for this book, where it is called H2O Core to represent either H2O-3 or Sparkling Water in that context. Fundamentally, you use H2O Core to build models on massive datasets.
For the purposes of this chapter, the main features and capabilities are presented in the upcoming subsection For more details, see Chapter 2, Platform Components and Key Concepts, to review the distributed in-memory architecture that enables model building on a massive scale. See Chapter 4, H2O Model Building at Scale – Capability Articulation, to review its main capabilities in greater detail.
Key features and capabilities
The key features and capabilities of H2O Core (H2O-3 and Sparkling Water) are as follows:
- Model building on massive data volumes: H2O Core has an architecture that partitions...