datatable.models.LinearModel.eta0¶
Learning rate.
Parameters¶
return
floatCurrent eta0 value.
new_eta0
floatNew eta0 value, should be positive.
except
ValueErrorThe exception is raised when new_eta0 is not positive.
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.