Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Machine Learning at Scale with H2O

You're reading from   Machine Learning at Scale with H2O A practical guide to building and deploying machine learning models on enterprise systems

Arrow left icon
Product type Paperback
Published in Jul 2022
Publisher Packt
ISBN-13 9781800566019
Length 396 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Gregory Keys Gregory Keys
Author Profile Icon Gregory Keys
Gregory Keys
David Whiting David Whiting
Author Profile Icon David Whiting
David Whiting
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Section 1 – Introduction to the H2O Machine Learning Platform for Data at Scale
2. Chapter 1: Opportunities and Challenges FREE CHAPTER 3. Chapter 2: Platform Components and Key Concepts 4. Chapter 3: Fundamental Workflow – Data to Deployable Model 5. Section 2 – Building State-of-the-Art Models on Large Data Volumes Using H2O
6. Chapter 4: H2O Model Building at Scale – Capability Articulation 7. Chapter 5: Advanced Model Building – Part I 8. Chapter 6: Advanced Model Building – Part II 9. Chapter 7: Understanding ML Models 10. Chapter 8: Putting It All Together 11. Section 3 – Deploying Your Models to Production Environments
12. Chapter 9: Production Scoring and the H2O MOJO 13. Chapter 10: H2O Model Deployment Patterns 14. Section 4 – Enterprise Stakeholder Perspectives
15. Chapter 11: The Administrator and Operations Views 16. Chapter 12: The Enterprise Architect and Security Views 17. Section 5 – Broadening the View – Data to AI Applications with the H2O AI Cloud Platform
18. Chapter 13: Introducing H2O AI Cloud 19. Chapter 14: H2O at Scale in a Larger Platform Context 20. Other Books You May Enjoy Appendix : Alternative Methods to Launch H2O Clusters

Hello World – the H2O machine learning code

H2O Core is designed for machine learning at scale; however, it can also be used on small datasets on a user's laptop. In the following section, we will use a minimal code example of H2O-3 to build a machine learning model and export it as a deployable artifact. We will use this example to serve as the most basic unit to understand H2O machine learning code, much like viewing a human stick figure to begin learning about human biology.

Code example

Take a look at the code examples that follow. Here, we are writing in Python, which could be from Jupyter, PyCharm, or another Python client. We will learn that R and Java/Scala are alternative languages in which to write H2O code.

Let's start by importing the H2O library:

import h2o

Recall from the documentation that this has been downloaded from H2O and installed in the client or an IDE environment. This h2o package allows us to run H2O in-memory distributed machine...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image