Learn Before
Relation
Important Parameters of linear model
- alpha: weight given to the L1 or L2 regularization term in regression models. The default value is 1.0
- C: regularization weight for LinearSVC and LogisticRegression classification models, the default value is 1.0
0
2
Updated 2020-09-07
Tags
Data Science