General information

Linear regression is one of the simplest ML models for regression tasks. Its main principle is in finding linear dependence between one dependent and multiple independent variables (features).

Linear Regression fits a linear model with coefficients $w = (w_1, …, w_n)$ to minimize the residual sum of squares between the observed targets in the dataset, and the targets predicted by the linear approximation.

Description

Brick Locations

BricksMachine Learning → Linear Regression

Brick Parameters

Simple mode

Advanced mode

Has the same set of parameters as in the simple mode with one additional parameter:

Brick Inputs/Outputs

Additional Features