Description Usage Arguments Value Examples
Title
1 | logLossElasticnet(theta, X, y, rho, C)
|
theta |
is a vector containing the parameters or coefficient of the logistic to be estimated |
X |
is the matrix of our predictor variables with the bias column |
y |
is a target variable to predict |
rho |
hyper parameter which allows arbitration between RDIGE and LASSO |
C |
parameter allowing to arbitrate between the penalty and the likelihood in the guidance of the modeling |
a scalar of the penalized cost function
1 2 3 4 | ## Not run:
logLossElasticnet(theta, X, y,l1,l2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.