datatable.models.Ftrl.alpha

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

Parameters

return
float

Current alpha value.

newalpha
float

New alpha value, should be positive.

except
ValueError

The exception is raised when newalpha is not positive.