datatable.models.LinearModel.eta_schedule¶
eta_schedule
eta_schedule
Learning rate schedule
"constant"for constanteta;"time-based"for time-based schedule;"step-based"for step-based schedule;"exponential"for exponential schedule.
Parameters¶
return
strCurrent eta_schedule value.
new_eta_schedule
"constant" | "time-based" | "step-based" | "exponential"New eta_schedule value.
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.