Configuration
| Parameter | Description | Default |
|---|---|---|
| Fit Intercept | Whether to include a bias/intercept term in the model. | true |
Input / Output
| Type | |
|---|---|
| Input | X Train + Y Train |
| Output | Trained Model |
Fit an ordinary least squares linear regression model to predict continuous targets, with optional intercept fitting and coefficient inspection.
| Parameter | Description | Default |
|---|---|---|
| Fit Intercept | Whether to include a bias/intercept term in the model. | true |
| Type | |
|---|---|
| Input | X Train + Y Train |
| Output | Trained Model |