Models — Classification
Logistic Regression Classifier component
Train a linear logistic regression model for binary and multi-class classification, with L1 and L2 regularization and configurable solvers.
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.