Skip to main content
Logistic Regression models the probability of each class using a linear combination of features. It’s fast, interpretable, and works well when the relationship between features and target is approximately linear.

Configuration

Input / Output

When to use

Best for linearly separable data. Apply Scaling and Encoding before this component, as it is sensitive to feature magnitudes and requires numerical inputs.