glm_fit_one_step: Runs one Fisher scoring step

View source: R/glm.R

glm_fit_one_stepR Documentation

Runs one Fisher scoring step

Description

Runs one Fisher scoring step

Usage

glm_fit_one_step(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

glm_fit_one_step.tensorflow.tensor()


rstudio/tfprobability documentation built on Sept. 11, 2022, 4:32 a.m.