glm_fit | R Documentation |
Runs multiple Fisher scoring steps
glm_fit(x, ...)
x |
float-like, matrix-shaped Tensor where each row represents a sample's features. |
... |
other arguments passed to specific methods. |
A glm_fit
object with parameter estimates, number of iterations,
etc.
glm_fit.tensorflow.tensor()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.