Description Usage Arguments Details Value
Defines a binary logistic regression task
1 |
y |
n-by-1 factor with two levels |
nonneg |
set to TRUE to enforce non-negativity constraints on the weights (default: FALSE) |
balanced |
boolean specifying whether the balanced model is being trained (default: FALSE) |
The binary logistic regression objective function is defined as
-\frac{1}{n} ∑_i y_i s_i - \log( 1 + \exp(s_i) ) + R(w)
where
s_i = w^T x_i + b
A GELnet task definition that can be combined with gelnet() output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.