datatable.models.LinearModel.lambda2¶
L2 regularization parameter.
Parameters¶
return
floatCurrent lambda2 value.
new_lambda2
floatNew lambda2 value, should be non-negative.
except
ValueErrorThe exception is raised when new_lambda2 is negative.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.