Linear Regression Tool

The Linear Regression Tool creates a simple model to estimate values, or evaluate relationships between variables based on a linear relationship.

The two main types of linear regression are non-regularized and regularized:

  • Non-regularized linear regression produces linear models that minimize the sum of squared errors between the actual and predicted values of the training data target variable.
  • Regularized linear regression balances the same minimization of sum of squared errors with a penalty term on the size of the coefficients and tends to produce simpler models that are less prone to overfitting.

This tool uses the R tool. Go to Options > Download Predictive Tools and sign in to the Alteryx Downloads and Licenses portal to install R and the packages used by the R Tool.