datatable.models.LinearModel.lambda1¶
L1 regularization parameter.
Parameters¶
return
floatCurrent lambda1 value.
new_lambda1
floatNew lambda1 value, should be non-negative.
except
ValueErrorThe exception is raised when new_lambda1 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.