Linear Regression
This task will perform a linear regression on one or more columns.
CONFIGURATION
OPTION | DESCRIPTION |
---|---|
Select X | Select the X values to be used in the linear regression. |
Select Columns | Each selected column will have an independent linear regression performed upon it which will be stored in a column of the same name only prefaced with "REG_". |
INPUT
Any dataset.
OUTPUT
The output data will be appended with one new column per linear regression. The column will be of the same name as the column upon which the regression was performed only prefaced with "REG_".