Table 5 Optimized hyperparameters for multiple linear regression.
Hyperparameter | Description | Range | Optimal value |
---|---|---|---|
fit intercept | Whether to calculate the intercept for the model or not | {True, False} | True |
normalize | If true, the predictors will be normalized before regression | {True, False} | False |