top of page
Workflow Automation Templates
A library of ready-to-use workflow templates to accelerate your data journey

H2O GBM Classification
Build and score a GBM model

Overview
This workflow demonstrates how to build and score a classification model using H2O Gradient Boosting Machine (GBM) for predictive analytics.
Details
The workflow starts by preparing the input data and applying conditional logic using the Case When node. The processed dataset is then used to train a classification model with the H2O Gradient Boosting Machine node. The trained model is applied to generate predictions using the H2O Score node. The results are previewed using the Print N Rows node, unnecessary columns are removed using the Drop Columns node, and the final output is saved to a CSV file using the Save CSV node.
bottom of page