Skip to main content
Linear Regression models the target as a weighted sum of the input features. It is the simplest and most interpretable regression model.

Configuration

Input / Output

When to use

Best when the relationship between features and target is approximately linear. Scale features before using this model. Check for multicollinearity if using many correlated features.