fit a logistic regression model
1 | fit_logistic(x, y, learning_rate = 0.05, n_epochs = 1)
|
x |
predictor matrix (n x p) |
y |
response matrix (n x 1) |
learning_rate |
learning rate |
n_epochs |
number of epoches |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.