Function reference
-
fit_logistic()
- fit a logistic regression model
-
fit_logistic_ridge()
- fit a regularized logistic regression model (ridge penalty)
-
fit_logistic_selo()
- fit a regularized logistic regression model (SELO penalty)
-
initialize_constant()
- contant initializer
-
initialize_glorot_normal()
- Glorot/Xavier normal initializer
-
crossentropy()
- binary cross entropy
-
plot_error()
- plot errors
-
plot_coef()
- plot estimated coefficients
-
predict(<logreg>)
- make predictions from a fitted model
-
auc()
- compute auc