Icon

No_​Code_​ML 1 - Classification Model

Objective

• Build a No-Code Machine Learning model using KNIME.
• Understand the fundamentals of Classification problems.
• Learn how Logistic Regression predicts categorical outcomes.

Classification

The objective of this workflow is to predict whether a client will subscribe to a term deposit offered by the bank.

Target Variable (y):

• Yes = 1
• No = 0

Since the outcome belongs to one of two categories, this is a Binary Classification problem. Logistic Regression is used to learn patterns from historical customer data and predict future outcomes.

CSV Reader
Plot class chart
Bar Chart
Split of Data - Training and Validation
Table Partitioner
Predict on Validation
Logistic Regression Predictor
Build Model
Logistic Regression Learner
Predict on Train
Logistic Regression Predictor
Train Performance
Scorer
Validation Performance
Scorer

Nodes

Extensions

Links