glm_fit {tfprobability} | R Documentation |
Runs multiple Fisher scoring steps
Description
Runs multiple Fisher scoring steps
Usage
glm_fit(x, ...)
Arguments
x |
float-like, matrix-shaped Tensor where each row represents a sample's features. |
... |
other arguments passed to specific methods. |
Value
A glm_fit
object with parameter estimates, number of iterations,
etc.
See Also
[Package tfprobability version 0.15.1 Index]