View source: R/lm_GD_optimizer.R
Title
1 | lm_GD_optimizer(formula, df, tolerance, maxit, stepsize, verbose)
|
formula |
a formula specifying the model |
df |
dataset containing the variables of interest |
tolerance |
tolerance level |
maxit |
maximun number of iteration |
stepsize |
learning parameter |
verbose |
should the function write messages during the computation? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.