Linear Regression models the target as a weighted sum of the input features. It is the simplest and most interpretable regression model.Documentation Index
Fetch the complete documentation index at: https://docs.clickml.app/llms.txt
Use this file to discover all available pages before exploring further.
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 |