Parameter
- dependent: List of dependent attributes
- explanatory: List of explanatory attributes
Example
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
output = LinearRegressionMerge({dependent = ['x'], explanatory = ['y']}, input) |
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
output = LinearRegressionMerge({dependent = ['x'], explanatory = ['y']}, input) |