top of page

Sklearn GB Classification Prediction

Workflow Automation Templates

A library of ready-to-use workflow templates to accelerate your data journey

ChatGPT Image Feb 13, 2026, 04_44_29 PM.png

Sklearn GB Classification Prediction

Load model and generate predictions

Data-cleaning.jpg
Overview

This workflow demonstrates how a pre-trained Gradient Boosting classification model built using Scikit-learn is loaded and used to generate predictions, evaluate model performance, and track machine learning metrics.

Details

The workflow starts by reading input data from a CSV file and cleaning it by dropping rows with null values in selected columns to ensure data quality. A pre-trained Scikit-learn Gradient Boosting classification model is then loaded using the Sklearn Model Load node. The cleaned dataset is passed to the Sklearn Predict node, where predictions are generated using the loaded model. Model performance is evaluated using the Sklearn Classification Evaluator, which computes classification metrics such as accuracy and other relevant measures. In parallel, prediction results and evaluation outputs are captured by the ML Data Metrics node for tracking, monitoring, and downstream analysis.

bottom of page