datatable.models.LinearModel.eta_decay¶
eta_decay
eta_decay
Decay for the "time-based" and "step-based" learning rate schedules.
Parameters¶
return
floatCurrent eta_decay value.
new_eta_decay
floatNew eta_decay value, should be non-negative.
except
ValueErrorThe exception is raised when new_eta_decay 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.