This operator performs a linear regression on the given set of explanatory attributes to explain the given set of dependent attributes

Parameter

  • dependent: List of dependent attributes
  • explanatory: List of explanatory attributes

Example

LinearRegression Operator
output = LinearRegression({dependent = ['x'], explanatory = ['y']}, input)
  • No labels