datatable.models.LinearModel.eta_drop_rate¶
eta_drop_rate
eta_drop_rate
Drop rate for the "step-based" learning rate schedule.
Parameters¶
return
floatCurrent eta_drop_rate value.
new_eta_drop_rate
floatNew eta_drop_rate value, should be positive.
except
ValueErrorThe exception is raised when new_eta_drop_rate 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.