You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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