datatable.models.Ftrl.alpha

\(\alpha\) in per-coordinate FTRL-Proximal algorithm.

Parameters

return
float

Current alpha value.

new_alpha
float

New alpha value, should be positive.

except
ValueError

The exception is raised when new_alpha is not positive.