Overview¶
Welcome to the H2O-3 documentation site! Select a learning path from the sidebar or browse through the full content outline below.
Note
This documentation covers H2O-3 OSS, the community edition. H2O-3 Secure is the commercially supported tier. It adds Hadoop and Kubernetes packages, model artifact extraction (MOJO and POJO), commercial CVE patching and long-term support, audit-supporting capabilities (SOC 2, ISO 27001, ISO 42001), and premium support with SLAs.
For a comparison of the two, contact enterprise@h2o.ai.
We’re excited you’re interesting in learning more about H2O-3. If you have questions or ideas to share, please post them to the H2O community site on Stack Overflow.
Additional resources¶
The following are additional resources to learn more information about H2O-3:
Keep up to date with the latest H2O-3 blogs.
Explore Awesome H2O to review projects, applications, research papers, tutorials, courses, and books that use H2O-3.
Learn about securing your installation by following H2O-3’s security guidelines.
Recent Changes
User Guide
- Data manipulation
- Upload a file
- Import a file
- Import multiple files
- Download data
- Change the Column Type
- Combine columns from two datasets
- Combine rows from two datasets
- Fill NA values
- Group by
- Impute data
- Merge two datasets
- Pivot tables
- Replace values in a frame
- Slice columns
- Slice rows
- Sort columns
- Split datasets into training/testing/validating
- Tokenize strings
- Feature engineering
- Variable Importance
- Training Data Terminology
- Decision Tree Terminology
- Decision Tree Representations
- Building a Decision Tree
- Splitting Based on Squared Error
- Feature Importance (aka Variable Importance) Plots
- Variable Importance Calculation (GBM & DRF)
- Tree-Based Algorithms
- Non-Tree-Based Algorithms
- Retrieving Variable Importance in H2O-3
- References